Does @react-aria/test-utils require that we utilize testing-library/react? #9684
-
| I have a question around the usage of We have recently been experimenting with // testing-library const select = user.createTester("Select", { root: screen.getByTestId("select"), interactionType: interaction, });// vitest-browser-react const combobox = user.createTester("ComboBox", { root: screen.getByTestId("combobox").element() as HTMLElement, interactionType: interaction, });This will sometimes cause errors like I know this package is still in beta, but I am curious if anyone has gotten this working |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 15 replies
-
| The package was built with |
Beta Was this translation helpful? Give feedback.
-
| Closing in favor of tracking this work in #9700 |
Beta Was this translation helpful? Give feedback.
yep, I'm tracking this via #9700, thanks once again!