Button: Global esc key listener with priority [1200, 0] already exists #7436
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
Bug
Getting Unexpected error while using Buttons.
This error Apperas when we have multiple Button on same Page. with tooltip.
Error: Unexpected: global esc key listener with priority [1200, 0] already exists.
Reproducer
https://stackblitz.com/edit/jwcn6o?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
1 . Godo primeReact homepage
2. Search for Tooltip
3. Find the Delay Button
4: open StackBliz for that code
5: Add multiple button
6. Check the console.log of stackBliz the unexpeced error will be logged
Expected behavior
If a page have multiple button its expected as for Accessibility tester to use Escape key to close the tooltip using Escape
The text was updated successfully, but these errors were encountered: