You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All computed vars of all states get computed for every event handler execution. Even if the state class is not used at all in your reflex app.
Describe the bug
All computed vars of all states get computed for every event handler execution. Even if the state class is not used at all in your reflex app.
To Reproduce
Steps to reproduce the behavior:
log output from pressing the "Do nothing" button:
Expected behavior
StateTwo
does not get instantiated andStateTwo.computed
does not get called for every event handler execution in other states.Specifics (please complete the following information):
The text was updated successfully, but these errors were encountered: