Skip to content

Isomorphic Support #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
neilkyoung opened this issue Jun 10, 2016 · 3 comments
Open

Isomorphic Support #15

neilkyoung opened this issue Jun 10, 2016 · 3 comments

Comments

@neilkyoung
Copy link

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?

@Sly777
Copy link

Sly777 commented Jul 28, 2016

+1

1 similar comment
@dewey4iv
Copy link

+1

@IamGeoffrey
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants