A real fix for: The client-side rendered virtual DOM tree is not matching server-rendered content.
[issue link]Even after loading a plugin with ssr: false and using the plugin’s components wrapped around <no-ssr></no-ssr> I still get this error and the component does not load unless I change the code to trigger a hot-update then it loads. Then, after doing a refresh through the browser button, the error does not show and the component does not show either.
I have to trigger a hot-update for the component to show and that’s what’s interesting.