Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Some css rules disappear on server rendering #38

Open
trodrigues opened this issue Nov 17, 2013 · 1 comment
Open

Some css rules disappear on server rendering #38

trodrigues opened this issue Nov 17, 2013 · 1 comment

Comments

@trodrigues
Copy link

I was trying out the server rendering feature on react-page with the default contents, and after deactivating JS on my browser (Chrome), I noticed something wasn't quite all right. The HTML is there, but it wasn't rendering properly.

After some debugging, I realized the 'h1.banner.fadeIn' rule was disappearing somewhere along the pipeline. That doesn't happen when JS is activated, so I assume the client side JS takes care of rendering that.

This is weird because the same component is used on both sides. I tried to debug the issue but can't really tell where the rule is disappearing and if this is an issue with react-page or react-styles.

@jordwalke
Copy link
Contributor

Do you suppose it's related to hedgerwang/react-styles#2

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

No branches or pull requests

2 participants