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
If the ability to render html from a string isn't available anymore, do we need to create the parent div html ourselves for each widget we add? Like so:
Also, is this has been removed for security reasons, then what is the recommended way of dynamically adding widgets with html content? Is it to add the html to the page and then use makeWidget with an identifier?
Subject of the issue
It seems HTML is not rendered using addWidget because it was in previous work, or maybe there's a wrong configuration.
Your environment
Steps to reproduce
Expected behavior
Html it should be rendered
The text was updated successfully, but these errors were encountered: