-
Notifications
You must be signed in to change notification settings - Fork 160
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
[Bug]: Select
does not work in Next.js v13
#785
Comments
Setting |
Hey @MasahiroKanatani , |
This looks like a bug in SWC compiler: swc-project/swc#7004 Until the issue is fixed, stick to |
Closing because the upstream issue is resolved. Please watch next js release notes to see an update. Note that they lock SWC version they use, so you may need to open an issue in the next.js repo too. |
Browser
Chrome
Package version
v3.0.206
React version
v18.2.0
Description
Hello. I am using Cloudscape with Next.js v13.
When I build and launch it with the Select component invoked and click on the Select box, I get the following error in the Developer Tool console.
(The error does not occur if I start the program in development mode).
Source code
Sample project is here.
https://github.com/MasahiroKanatani/next13-cloudscape-minimum
Reproduction
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: