h6s
h6s copied to clipboard
Table IDs are different during SSR and on the client
Description
When using table with Remix, I get console errors about table-xxx IDs not being the same.
Current
Warning: Prop `id` did not match. Server: "table-45" Client: "table-13"
tr
thead
table
div
section
section
main
Expected
I would expect these props not to change after render.
thanks @brandonpittman
i think we need useId 😿
I'll try my best to get it done as soon as possible, but it may be later than expected.