Release Notes
Revert "feat: upgrade testing library and user event" (#19)
Unfortunately @storybook/testing-library
had to downgrade @testing-library/user-event
to version 13. User event v14 is working ok for most projects, but projects using Svelte, Vue, HTML and Web components break because of an issue in one of user-event's dependencies.
If you are not affected by this problem and want to use @storybook/testing-library
with user-event v14, you can use the @storybook/testing-library@beta
version.
🐛 Bug Fix
Authors: 1
- Yann Braga (@yannbf)