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
In several places an object has its parts sanitized and is then passed to the theme layer. This creates a confusing and possibly dangerous scenario where we are training front-end developers that it's okay to print directly from these objects. It would be better to create an array of data values for use in the theme, where one of those values can be the full, unsanitized object.
In several places an object has its parts sanitized and is then passed to the theme layer. This creates a confusing and possibly dangerous scenario where we are training front-end developers that it's okay to print directly from these objects. It would be better to create an array of data values for use in the theme, where one of those values can be the full, unsanitized object.
For example, a vocabulary could look like this:
The text was updated successfully, but these errors were encountered: