Fuse 0.36.1
UserEventArg will give an error if integer Observable(0) is given as IntValue
Example project:
Fuse 0.36.1
UserEventArg will give an error if integer Observable(0) is given as IntValue
Example project:
Hi!
How are you reproducing this error? I’m running the app but no error to be seen.
In preview
I got around this by casting the sent value (Value="{MyIndexValue}") to integer in my JS by parseInt(args.my_index.value) but I think is still a bug.
Thanks for reporting. The error has been identified and we’ll hopefully get a patch release out.