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
Description of the bug
When adding the arrow prop, that arrow gets and id="arrow", which represents an issue for accessibility because every id in the page must be unique.
To Reproduce
Steps to reproduce the behavior:
Use more than one popper with the arrow prop set to true in the same page
Inspect and see all of them have a div with the id=arrow
Expected behavior
Every id in a page has to be unique, therefore the use of a class is more appropiate
Screenshots
The text was updated successfully, but these errors were encountered:
Description of the bug
When adding the arrow prop, that arrow gets and id="arrow", which represents an issue for accessibility because every id in the page must be unique.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Every id in a page has to be unique, therefore the use of a class is more appropiate
Screenshots
The text was updated successfully, but these errors were encountered: