Commento with out of the box patches and updates to add useful features and fixes. Also with one-click deploy to Heroku so you can get up and running fast.
This occurred to me when trying to integrate with a Nuxt project. It appears that if the ID_ROOT element is recreate with dynamic content, the old reference to it will be set to null which causes this line to fail
root.innerHTML = "";
The simple fix is to re-assign the root before refresh all.
This occurred to me when trying to integrate with a Nuxt project. It appears that if the ID_ROOT element is recreate with dynamic content, the old reference to it will be set to null which causes this line to fail
The simple fix is to re-assign the root before refresh all.