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
When using table with Remix, I get console errors about table-xxx IDs not being the same.
table
table-xxx
Warning: Prop `id` did not match. Server: "table-45" Client: "table-13" tr thead table div section section main
I would expect these props not to change after render.
The text was updated successfully, but these errors were encountered:
thanks @brandonpittman i think we need useId 😿
useId
I'll try my best to get it done as soon as possible, but it may be later than expected.
Sorry, something went wrong.
JaeYeopHan
No branches or pull requests
Description
When using
table
with Remix, I get console errors abouttable-xxx
IDs not being the same.Current
Expected
I would expect these props not to change after render.
The text was updated successfully, but these errors were encountered: