SOLUTION:
I figured it out It doesn’t work if the interactive component is in a main component. You have to use an instance to make it work. See file below.
Awesome feature! It’s exactly how it’s supposed to work.
The only problem I have, that a nested interactive component doesn’t seem to work.
I have a button with a hover interaction, which is nested in a card component. When I hover over the button, nothing happens. When I set a click event on the button, the pointer cursor appears, but nothing happens on click.
Any ideas?