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
We are currently not type-checking references and other lazy resources. E.g. take any template were the user accidentially passes the wrong Ref name. The app will attempt to evaluate the code and likely fail due to the object not being of the right shape.
We should add some lazy type checking to these objects, so that a clear TypeError is thrown instead of the underlying JS error.
The text was updated successfully, but these errors were encountered:
We are currently not type-checking references and other lazy resources. E.g. take any template were the user accidentially passes the wrong Ref name. The app will attempt to evaluate the code and likely fail due to the object not being of the right shape.
We should add some lazy type checking to these objects, so that a clear TypeError is thrown instead of the underlying JS error.
The text was updated successfully, but these errors were encountered: