testing-library-recorder-extension
testing-library-recorder-extension copied to clipboard
`user-event` v14 should be called with `userEvent.setup()` before used
At the moment, we're exporting calls to userEvent
using the new awaitable api (in version 14) but for that, we need to also run userEvent.setup
before :)
It seems to me like the async API does actually work, but I still plan on improving this later.