Isomorphic Support
neilkyoung opened this issue · 3 comments
Does this module support scss for an isomorphic application such as your react starterkit?
I get the message:
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) <div id="InlineCss-0" data-reactid=".52
(server) <div id="InlineCss-1" data-reactid=".52
I have added the modules and the site renders correctly but the id being changed does not keep the client and server in sync...?
Is there anyway to solve this?
+1
+1
take a look @ #24 this will enable to add counter={0} which will reset the counter, should only be used on the root of the directory