-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[LeftNav] Server-side React render was discarded. (React 0.14.1) #2077
Comments
@oliviertassinari Prefixing isn't the source of the issue so #2007 wouldn't fix this. Somehow the left attribute is different. I'll take a look when I can, I have to implement the LeftNav soon so I'll probably run into it. |
Oh, my bad, it's the |
Same issue here. 👍 for @oliviertassinari proposal. |
@oliviertassinari that would make a great prefixer plugin for rofrischmann/inline-style-prefixer |
This was fixed. I have forgotten to close the issue. |
Dropping in the
LeftNav
and rending server side causes React (0.14.1) to discard the server side render and throw the following warnings;Looks like something to do with positioning. Why would I be seeing different results for client / server?
I'm running the latest from master. We're currently maintaining our own fork over here; https://github.com/ehealthafrica/material-ui
The text was updated successfully, but these errors were encountered: