Closed hayato94087 closed 5 months ago
I can confirm I just started receiving this too.
I had the same issue.
The referred to issue, I downgraded to 13.4.10 and it worked for me.
You can reproduce this error in following repository.
https://github.com/hayato94087/nextjs-shadcnui-form-error-sample
This issue is probably similar one as https://github.com/shadcn-ui/ui/issues/992.
If I downgrade next version from 13.4.12 to 13.4.7, then the problem is solved, similar to https://github.com/shadcn-ui/ui/issues/992.
I initially wrote 13.4.7 will solve the problem, but, yes, downgrading to next
to 13.4.10 also worked to me :)
Not sure what is causing the problem, though.
Yep, I can confirm I'm having the same issue
soooo, do we just leave it like that? I don't want to have to down grade though .. I'll hold on a bit for a solution
nextjs bundles a custom version of react with it; So my guess is there's a minor update to react which is breaking this. In all likelihood the radix-ui maintainers will need to learn what that difference is and update the library accordingly.
I can confirm this too.
Run next@canary, it represents the daily-shipped canary iteration of Next.js, encompassing all the latest features and fixes that haven't been officially released into the stable version. npm install next@canary or yarn add next@canary This work for me! https://nextjs.org/docs/messages/opening-an-issue
I am getting the same error.
I am also getting the same error, unfortunately!
Does anyone found the solution?
Run next@canary, it represents the daily-shipped canary iteration of Next.js, encompassing all the latest features and fixes that haven't been officially released into the stable version. npm install next@canary or yarn add next@canary This work for me! https://nextjs.org/docs/messages/opening-an-issue
This works for me. thank you
getting the same error
Confirmed this is fixed in latest canary. You can try it by updating next
.
pnpm add next@canary
(Expect a stable release soon)
Confirmed this is fixed in latest canary. You can try it by updating
next
.pnpm add next@canary
(Expect a stable release soon)
it works, thanks
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
Hi,
I have just tried to implement a form example displayed in the https://ui.shadcn.com/docs/components/form.
This is running result.
I got this error.
My Input contains the server id.
This is my code.
You can reproduce this error in following repository.
https://github.com/hayato94087/nextjs-shadcnui-form-error-sample
This issue is probably similar one as https://github.com/shadcn-ui/ui/issues/992.
If I downgrade next version from 13.4.12 to 13.4.7, then the problem is solved, similar to https://github.com/shadcn-ui/ui/issues/992.