We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think there's a minor bug with hydrate and RWN 0.2.2
When developing (using CRA) the following error prints to the console: Warning: Expected server HTML to contain a matching <div> in <div>.
Warning: Expected server HTML to contain a matching <div> in <div>.
Whipped up a reduced demo case here.
Looking into it I found a relevant issue created on the React repo, and a PR from the react-static repo that might serve as the basis for a solution.
Might be as simple as conditioning between hydrate and render based on whether HMR is being used in renderApplication.js
hydrate
render
Thanks!
The text was updated successfully, but these errors were encountered:
41d90e0
#918
Sorry, something went wrong.
No branches or pull requests
I think there's a minor bug with hydrate and RWN 0.2.2
When developing (using CRA) the following error prints to the console:
Warning: Expected server HTML to contain a matching <div> in <div>.
Whipped up a reduced demo case here.
Looking into it I found a relevant issue created on the React repo, and a PR from the react-static repo that might serve as the basis for a solution.
Might be as simple as conditioning between
hydrate
andrender
based on whether HMR is being used in renderApplication.jsThanks!
The text was updated successfully, but these errors were encountered: