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
Tangram currently does not have support for booleans but when passing a json object with boolean values, we really should be coercing them to their enum values instead of erroring. As a first pass, we could support this coercion or we could implement Boolean support in all of Tangram :)
The text was updated successfully, but these errors were encountered:
Tangram currently does not have support for booleans but when passing a json object with boolean values, we really should be coercing them to their
enum
values instead of erroring. As a first pass, we could support this coercion or we could implement Boolean support in all of Tangram :)The text was updated successfully, but these errors were encountered: