react-spectrum
react-spectrum copied to clipboard
react-aria/useComboBox Error when typing
Provide a general summary of the issue here
i have that error whenever i type something at the input
stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.
๐ค Expected Behavior?
no errors
๐ฏ Current Behavior
console.error('stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.')
๐ Possible Solution
just remove it or comment it
๐ฆ Context
No response
๐ฅ๏ธ Steps to Reproduce
stopPropagation() { // console.error('stopPropagation is now the default behavior for events in React Spectrum. You can use continuePropagation() to revert this behavior.'); },
Version
@react-aria/interactions v 3.20.1
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
windows
๐งข Your Company/Team
No response
๐ท Tracking Issue
No response
Can you provide a codesandbox or stackblitz demonstrating where you are running into this? I'm not seeing it in any of our examples.