sPavl0v / react-spa-prenderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hydration fails with React@18.1.0

dlford opened this issue · comments

As best I can tell the text content of DOM nodes is getting modified somewhere in the process, (e.g. <div> "some text" </div> becomes <div>some text</div>) and React@18 doesn't like that.

This does not occur on React@16, let me know if I can provide any more information.

Hi @dlford, thanks, i'll take a look

Thanks! Let me know if you need anything else from me

Seems to work for me on React 18.