Skip to content
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

SSR issue #48

Open
mrphu3074 opened this issue Dec 31, 2015 · 3 comments
Open

SSR issue #48

mrphu3074 opened this issue Dec 31, 2015 · 3 comments

Comments

@mrphu3074
Copy link

Hi @arunoda
I got this error since React v0.14.x

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=".x9

how to solve this ?

thanks

@arunoda
Copy link
Contributor

arunoda commented Dec 31, 2015

This is application dependent. Seems like data mismatch in both client and
server initially. I need a sample app to work on this.
On 2015 දෙසැ 31, බ්‍රහස් at පෙ.ව. 8.36 Phu Nguyen [email protected]
wrote:

Hi @arunoda https://github.com/arunoda
I got this error since React v014x

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 data-reactid="
(server) he post list<ul data-reactid="x9

how to solve this ?

thanks


Reply to this email directly or view it on GitHub
#48.

@mrphu3074
Copy link
Author

My issue came from this repo https://github.com/arunoda/hello-react-meteor . You can use it 😄

@arunoda
Copy link
Contributor

arunoda commented Dec 31, 2015

Okay. I'll check that.

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

2 participants