You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ComboBox with allowCustomValue will crash if you type too fast.
This error occurs in the console
Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Package
@carbon/react
Browser
Chrome
Package version
v1.60.2
React version
v18.2.0
Description
ComboBox with
allowCustomValue
will crash if you type too fast.This error occurs in the console
Reproduction/example
https://stackblitz.com/edit/github-ffn5vq?file=src%2FApp.jsx
Steps to reproduce
Type quickly in the ComboBox.
Occurs in this storybook --> https://react.carbondesignsystem.com/?path=/story/components-combobox--allow-custom-value or in the linked stackblitz
Video in storybook:
Screen.Recording.2024-06-24.at.2.25.28.PM.mov
Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: