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
Add a helper method to coerce attribute values so that they are assigned in JavaScript as the appropriate type and safely.
There are at least two cases, currently.
the attribute value needs to be emitted as a quoted string
the attribute value needs to be emitted as a boolean
In the second case, the backend is currently broken if the attribute value is not assigned a value of "true" or "false". For example, consider the following attribute declaration:
:revealjs_history:
This produces:
history: ,
The text was updated successfully, but these errors were encountered:
Add a helper method to coerce attribute values so that they are assigned in JavaScript as the appropriate type and safely.
There are at least two cases, currently.
In the second case, the backend is currently broken if the attribute value is not assigned a value of "true" or "false". For example, consider the following attribute declaration:
This produces:
The text was updated successfully, but these errors were encountered: