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
Largely these error are out of the control of the user
if they are something like p in a p tag we should catch this by setting invalid children in the component so ideally no one hits this
Some wrap like so -
import React from 'react'; function MyComponent() { return ( <div suppressHydrationWarning={true}> {/* Content that might cause hydration mismatch */} </div> ); }
The text was updated successfully, but these errors were encountered:
ENG-4613 Add a way to disable hydration Errors
Sorry, something went wrong.
There may be a bigger discussion about always disabling there error - or disabling them by default
No branches or pull requests
Largely these error are out of the control of the user
if they are something like p in a p tag we should catch this by setting invalid children in the component so ideally no one hits this
Some wrap like so -
The text was updated successfully, but these errors were encountered: