Closed
Description
Related #793
Original report via Discord:
I'm trying to create a Dialog with IdProvider and I can't understand why SSR doesn't work, I got an error:
Proparia-controls
did not match. Server: "radix-id-0-1" Client: "radix-id-0-4"
This is reproducible in our current SSR testing app since StrictMode
was added in #795
Wrapping React.StrictMode
or setting reactStrictMode: true
in next.config
is equivalent afaik.