Replies: 1 comment 2 replies
-
Hi! This is working as expected. The check is only run during HTML generation and thus Use the |
Beta Was this translation helpful? Give feedback.
2 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.
-
Preliminary Checks
Description
Hi thanks for the lib! However, React component props are always the server-side rendered ones, instead of the browser-rendered ones.
Reproduction Link
https://gist.github.com/fzyzcjy/c50a3040b42158e139d6dd94be409ad5
Steps to Reproduce
Expected Result
The href/class should also be "is-browser" instead of "is-ssr".
Actual Result
see above
Environment
Config Flags
n/a
Beta Was this translation helpful? Give feedback.
All reactions