You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: