-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
[BUG] Web console warning: "Expected server HTML to contain a matching <button> in <button>" #1498
Comments
🤖 Hello @gozineb, It's good to see you again and thank you for your detailed bug report. The warning you're seeing is a common issue in React when server-side rendered (SSR) and client-side rendered content do not match. This is often due to conditional rendering on the client-side that doesn't match the server-side rendering. In the case of the To debug this issue, you could try the following steps:
I hope this helps! Please let me know if you have any other questions or if there's anything else I can do to assist you. Best, Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Thanks for your contributions, we'll be closing this issue as it has gone stale. Feel free to reopen if you'd like to continue the discussion. |
How to reproduce ?
Investigation:
TO DO:
Validation criteria
The text was updated successfully, but these errors were encountered: