You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get mismatch. Some error mentioning a text node.
When "Some text" is removed, it works fine. Using SSR, "Some text" is not needed, so it's a simple fix to remove it. However, it's a little bit strange it doesn't work and turn into a mismatch.
I unfortunately don't have time to create a proper repro and so forth. If you want to close this issue immediately, then that's fine. The purpose is more to inform you (and others who have the same issue) that this can happen with SSR.
The text was updated successfully, but these errors were encountered:
Please follow the Issue Reporting Guidelines and provide a minimal JSFiddle or Github repository containing a set of reproducible steps that can lead to the behaviour you described. Make sure to boil down the problem as much as possible. Thanks!
Version
2.4.2
Reproduction link
http://www.doesntexist.com
Steps to reproduce
Where svg.logo equals a SVG image
What is expected?
server and client to be equal
What is actually happening?
I get mismatch. Some error mentioning a text node.
When "Some text" is removed, it works fine. Using SSR, "Some text" is not needed, so it's a simple fix to remove it. However, it's a little bit strange it doesn't work and turn into a mismatch.
I unfortunately don't have time to create a proper repro and so forth. If you want to close this issue immediately, then that's fine. The purpose is more to inform you (and others who have the same issue) that this can happen with SSR.
The text was updated successfully, but these errors were encountered: