testing-library/testing-library-recorder-extension

`user-event` v14 should be called with `userEvent.setup()` before used

MatanBobi opened this issue · 1 comments

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.