Static GitHub Issues

[2582] noscript Tag

prev: styleResources : watch the file changes
next: Errors on formatting conventions

If i add a noscript tag i get a warning. In the compiled version i get a js error message.

"The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render."

I have tried to add this to a plugin file, but it do not work.

Vue.config.ignoredElements.push('noscript');

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2247">#c2247</a>)</em></sub></div>