Console error when use Tabs component
andyindahouse opened this issue · 0 comments
andyindahouse commented
Describe the bug
When you change between Tabs in Tabs component, you get this JS error in console:
This because useAriaId
is generating ids that aren't valid like selectors for document.querySelector
.
You can reproduce it here (See console when you change between tabs):
Expected behavior
Don't get a console error when we use this component.