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
Is it possible to replace the container you specify rather than mounting inside? I'm just trying to reduce DOM elements. I understand it may be a limitation of Preact/React - sorry, I'm old skool and still getting up to speed. If so, feel free to close this.
For example:
<divclass="some-class"><scripttype="text/props">{"title": "Widget Title passed as prop","theme": "red","anotherProp": "Thanks for trying this widget out!"}</script></div>
Is it possible to replace the container you specify rather than mounting inside? I'm just trying to reduce DOM elements. I understand it may be a limitation of Preact/React - sorry, I'm old skool and still getting up to speed. If so, feel free to close this.
For example:
... would render ...
... rather than ...
The text was updated successfully, but these errors were encountered: