script: [
{innerHTML: "(function(h){h.className=h.className.replace('no-js','js')})(document.documentElement)"}
],
__dangerouslyDisableSanitizers: ["script"], // because of the inner quotes
From one route to another route, something is wrong like 'Uncaught DOMException: Failed to execute 'setAttribute' on 'Element': '0' is not a valid attribute name.'
line 786:
newElement.setAttribute(attr, value);
so we fix it like this:

Fixed with the last release.
Most helpful comment
Fixed with the last release.