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
fix: Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#575)
* Remove errant export of GetByRoleMatcher
Mixing export type with export = matchers can throw off
TypeScript in some configurations. We do not need to export
the matcher as a separate type, since the argument types
are available in the matcher already.
* import type for ARIARole
---------
Co-authored-by: Ernesto García <ernesto@ernesto.dev>
0 commit comments