Replies: 1 comment
-
I have a PR for this here: #1776 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone know of a way to reset the internal ID counter that Headless UI uses to generate unique IDs, and the ARIA attributes based on those IDs? In unit testing, especially snapshot testing, these IDs often change depending on which tests ran before, so I'm looking for a way to reset the counter in a
beforeEach
.Beta Was this translation helpful? Give feedback.
All reactions