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
The issue is that when a handler is triggered, only the variable attached to the handler has its value updated - all others are reset to the initial values. This only happens in GB, if you run the app from the REPL with Genie.loadapp() it works fine.
This is now fixed but with more of a hack fix in GenieBuilder. The actual problem seems to have been introduced in Stipple 0.28 but will require more time to debug.
The issue is that when a handler is triggered, only the variable attached to the handler has its value updated - all others are reset to the initial values. This only happens in GB, if you run the app from the REPL with
Genie.loadapp()
it works fine.Here's a video describing the issue:
https://www.dropbox.com/t/9lPvnBmjVURgbQ9m
and the code to reproduce it:
The text was updated successfully, but these errors were encountered: