react-spectrum icon indicating copy to clipboard operation
react-spectrum copied to clipboard

react-aria/useComboBox Error when typing

Open Develekko opened this issue 1 year ago โ€ข 1 comments

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

Develekko avatar Feb 06 '24 13:02 Develekko

Can you provide a codesandbox or stackblitz demonstrating where you are running into this? I'm not seeing it in any of our examples.

snowystinger avatar Feb 06 '24 19:02 snowystinger