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
#418 is caused by the lack of a show() function in the returned script_data block. When I copied a script_data block as an example I noticed that is didn't include a .show entry in the initialization, but it did return one. This could lead to a misunderstanding, so the script_data initialization blocks should be updated to show all the elements.
The text was updated successfully, but these errors were encountered:
#418 is caused by the lack of a
show()
function in the returnedscript_data
block. When I copied ascript_data
block as an example I noticed that is didn't include a.show
entry in the initialization, but it did return one. This could lead to a misunderstanding, so thescript_data
initialization blocks should be updated to show all the elements.The text was updated successfully, but these errors were encountered: