sPavl0v / react-spa-prenderer

MIT License
34 stars 17 forks source link

Hydration fails with React@18.1.0 #17

Open dlford opened 2 years ago

dlford commented 2 years ago

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.

sPavl0v commented 1 year ago

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

dlford commented 1 year ago

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

aayusharyan commented 1 year ago

Seems to work for me on React 18.