WAIT: Interactions SyntaxError, some not working

Hello,
I have built the menu demo.fotohof.at with the use of Bricks’s interactions. And most of them work correctly, but I some don’t. Furthermore I get SyntaxError: The string did not match the expected pattern. I don’t really understand what causing them.
I can navigate between the top-level menu items => no error.
When I move to the second level => No error, but when I move up to the top-level of the same parent an error is trigged => That multiplicates each time the move between parent and child is done.
The top level has an interaction to show the child element (add class). and the child container div has a remove class interaction.

The child container div has also an interaction to hide the black backdrop when the mouse leaves it, but this interaction does not work. When you move horizontally out of the second level (Bigger browser size) only the interaction works where the child container div class is removed, but not the background div.

Sorry I don’t know who to better describe it. I have made a short video, maybe this is easier to explain: Clips - Zoom

Thanks a lot for your support!

Hi Sebastian,
Thanks so much for your report and sorry for the late reply.

I can’t reproduce the problem, but your setup is quite complex, so I might be missing something. Can you reproduce the problem in a simplified form?

As far as I can see, you could also make your life much easier and instead of the tons of interactions just use dropdowns + mega menu to display the “submenus”. Or is there a specific reason that prevents you from doing that?

Best regards,
timmse