Open luisgc2116 opened 4 years ago
@luisgc2116 does it actually break the render? from the message it looks like it just performs the render again. I'm not a vue expert, and looking at issues folks out there are saying to wrap code in <no-ssr>
tags. The truth is, most rendering would happen on load anyways, not on the server, as mathjax has to load from the CDN anyways.
When using the official NUXT example, there is a DOM mismatch that breaks SSR with the following errors. Is there any current way to get around this?