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
Right now it is possible to set the stylesheets/stylesheetToken on a template dynamically in the render() function, as described here and here.
We should block this by freezing the tmpl function object. It introduces unexpected runtime behavior and makes it hard for us to make changes to the engine.
The text was updated successfully, but these errors were encountered:
Right now it is possible to set the stylesheets/stylesheetToken on a template dynamically in the render() function, as described here and here.
We should block this by freezing the
tmpl
function object. It introduces unexpected runtime behavior and makes it hard for us to make changes to the engine.The text was updated successfully, but these errors were encountered: