-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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]: "Minified React error #185" with Dropdown component on @carbon/react v1.61.0 #16973
Comments
Hey @Aaron-Hu , I am unable to recreate this on react_storybook
Logs of this could be useful as well for us to look into this further |
@2nikhiltom Guidance for reproducing the issue with the automation:
The test code is here: |
Hi @2nikhiltom, have you reproducing this issue with the automation? if you need help on this, i can take a video record. |
Thank you @2nikhiltom it works after upgrade to v1.62.1, the Dropdown issue disappeared. |
Fixed via #17002 |
Package
@carbon/react
Browser
Firefox
Package version
v1.61.0
React version
18.3.1
Description
After i upgrade @carbon/react to v1.61.0, i got this error when select items from Dropdown list. I cannot reproduce this error every time, however it may happen when the page is just loaded.
According to the error, it ask me to look at https://react.dev/errors/185?invariant=185, and i checked it, seems like my code is fine. And once i change @carbon/react to v1.60.3, the error will never happen again.
So i thought it maybe a bug inside @carbon/react Dropdown component, but i am not sure about this.
Reproduction/example
https://react.carbondesignsystem.com/?path=/docs/components-dropdown--overview
Steps to reproduce
As i said, In my app, i can reproduce when the page is just loaded and select item from Dropdown quickly. I didn't recreate on https://react.carbondesignsystem.com/?path=/docs/components-dropdown--overview, but we run our automation test on https://react.carbondesignsystem.com/?path=/docs/components-dropdown--overview, and the automation test reproduce it.
Suggested Severity
None
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: