react-sticky icon indicating copy to clipboard operation
react-sticky copied to clipboard

server rendering

Open 041616 opened this issue 8 years ago • 2 comments

I use nodejs server rendering. After updating react-sticky to last version (6.0.1) I have problem:

React attempted to reuse markup in a container but the checksum was invalid. This generally means that you are using server rendering and the markup generated on the server was not what the client was expecting. React injected new markup to compensate which works but you have lost many of the benefits of server rendering. Instead, figure out why the markup being generated is different on the client or server

Could you help me, please... What should I do to fix this?

041616 avatar May 31 '17 09:05 041616

I'm having the same issue -- any suggestions?

liuhelen10 avatar Jun 16 '17 22:06 liuhelen10

Hi @041616 @liuhelen10 would one of you be able to create a minimal reproduction of the problem? Setting up an SSR app to test this would take me a bit of time, I could likely resolve more quickly with a reproduction.

vcarl avatar Feb 21 '18 19:02 vcarl