Replies: 1 comment 4 replies
-
https://github.com/necolas/react-native-web/releases/tag/0.18.0 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
After upgrading RNW from 0.14 to 0.19, I noticed that
AppRegistery/renderApplication
has a change ingetStyleElement()
and now it accumulates styles across SSR requests. How can I get it back to the original behavior, where fresh StyleSheet is returned for each SSR?Here is what it looks like:
Thanks in advance!
Jack
Beta Was this translation helpful? Give feedback.
All reactions