Some of my prototypes that were working before, suddenly started to bug.
It’s a pretty simple case :
I have a component with a string variable attached on it, so it can change the variant remotely with MouseEnter interactions.
OnMouseEnter : string value changes to “a”
OnMouseEnter on the background (since MouseLeave doesn’t work on my example) : string value changes “b”.
It works for a while, after changing the variable state back and forth a few times,
this is enough to have the prototype restart and the loading never ends. Sometimes it just freezes.
I’ve had this on quite a few projects, which kind of defeat the purpose of using variables.
This is one of many examples.