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
Motivation: Now that custom arguments are better supported, it is possible to interact with more complex data types via scratch blocks. If this complex types are returned by Reporter blocks, then they will be printed to the screen as their String(...) value, which is not ideal (you see a lot of [Object object] type print outs).
Instead, we should add the ability to render a UI when a value is reported.
Motivation: Now that custom arguments are better supported, it is possible to interact with more complex data types via scratch blocks. If this complex types are returned by
Reporter
blocks, then they will be printed to the screen as theirString(...)
value, which is not ideal (you see a lot of[Object object]
type print outs).Instead, we should add the ability to render a UI when a value is reported.
Relevant code lines:
The text was updated successfully, but these errors were encountered: