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
guys i have noticed if you want to pull (on block received loop) into the programing it hangs all the browser (firefox and crhome latest versions). and you cant continue editing or adding any block.
as a workaround i had to switch to JavaScript interface and roll back
but it seems the method signature has changed:
from:
to:
I suggest to try to figure out what param you want to actually pass to the method. Maybe you have some old examples and try to use them with this package?
guys i have noticed if you want to pull (on block received loop) into the programing it hangs all the browser (firefox and crhome latest versions). and you cant continue editing or adding any block.
as a workaround i had to switch to JavaScript interface and roll back
this is the funcitons that has problems:
maqueen.IR_callbackUser(function ({ myparam: message }) {})
i hope you can fix this its a big problem for newbies.
The text was updated successfully, but these errors were encountered: