kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Multiple subs inside getmeteordata breaks SSR #579

Open sahanDissanayake opened 8 years ago

sahanDissanayake commented 8 years ago

Hi

I have recreate the issue here [ Check the console for the error ]

warning.js:45 Warning: 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:
 (client) he post list</span><span data-reactid=".
 (server) he post list</span><ul data-reactid=".1p

https://github.com/sahanDissanayake/meteor-multiplesub-issue