Interactions not respecting variant separation.

Whenever I change an “interaction” for a variant, it changes it for all variants. In other words, interactions seem not to handle variants

Hey Alexis! Could you share more details? Specifically, the project ID and where I can find this interaction.

Here a simple reproduction project aL6jBezRPU7EhB58Tu2ywb and a screencast of the issue
It shows one component with a button that redirects to a page. The component has one variant. I cannot redirect to a different page based on this variant

Oh, I see! The interactions aren’t variantable, so a change will always target the base variant.

You can use conditional execution to set this behavior.

Here is an example

Okay, thanks!