-
Notifications
You must be signed in to change notification settings - Fork 914
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
Mismatched ID on on server side render app even with react 18 #1684
Comments
@sharmapukar217 Would you be able to provide a minimal repro via CSB or cloneable project? |
Oh that's solved now. I was going to close this issue. For details check rakkas js |
Hi, I am using the latest Nextjs 13 Version (13.4.12) with React 18.2.0. It's a clean Nextjs project with the new app directory and Tailwind. If I'm using any of the radix-ui primitives I getting the warning from @radix-ui/react-slot:
Project: https://github.com/MrDigii/musify Any ideas? |
@MrDigii Seems to be an issue on the Next.js side vercel/next.js#53216. You can try install the canary version |
@joaom00 Oh thank you, now it works 🥇 |
@joaom00 Thanks, this worked for me too. |
I'm using radix ui for my project using react 18 for ssr(rakkas js). As per the documentation, it should work without any error but I'm getting Warning: Prop
aria-controls
did not match. Server: "radix-:R2lq:" Client: "radix-:Rle:"The text was updated successfully, but these errors were encountered: