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

Server Side Rendering Issue #1297

Closed
rahul-ofb opened this issue Oct 11, 2016 · 5 comments
Closed

Server Side Rendering Issue #1297

rahul-ofb opened this issue Oct 11, 2016 · 5 comments

Comments

@rahul-ofb
Copy link

rahul-ofb commented Oct 11, 2016

Hi,

I'm getting this error :

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) ole="combobox" aria-expanded="false" ari
(server) ole="combobox" aria-activedescendant="re

Even though I'm using instanceId.

@artf
Copy link

artf commented Nov 10, 2016

Same here but slightly different

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) eactid="138"><input role="combobox" aria
(server) eactid="138"><input aria-expanded="false

On '1.0.0-rc.2', with 'instanceId'. The problem disappears only when the input is disabled

@hoangzinh
Copy link

Any update on this PR?, I have same issue with it :(

@fiatjaf
Copy link

fiatjaf commented Dec 22, 2016

Same here, but slightly different.

@Andriy-Kulak
Copy link

Same comment as above.

@bladey
Copy link
Contributor

bladey commented May 27, 2020

Hello -

In an effort to sustain the react-select project going forward, we're closing old issues / pull requests.

We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version.

If you feel this issue / pull request is still relevant and you'd like us to review it, please leave a comment and we'll do our best to get back to you.

@bladey bladey closed this as completed May 27, 2020
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

6 participants