Adam Lovatt
Adam Lovatt
`state.elementToFocus` doesn't exist. Looking at the code now, I don't think there actually is a way to focus a new element; just losing focus on one. I think you just...
Hi X-Raym, sorry I missed this when you posted it. That's correct, and I regret leaving it that way. I actually thought I had gone through all of them at...
Any word on this? I just ran into the same thing. Cheers.
I'm seeing this behaviour in `2.0.0-beta.1`. Not sure how different 2.x is from 1.x, or how MSW's implementation has changed on that side, but a quick skim suggested that the...
I've started running into this again, even with the fix I described previously. The suggestion of waiting for `MOCKING_ENABLED` also didn't help, and honestly at this point I'm not sure...
I've merged a bunch of the prep work for this - refactoring, tidying, etc - but have decided to leave out the configuration script until I feel like there are...
I just tried in the Lua command line and I think the `_ = ` is actually unnecessary for performing a conditional operation like this - those might all be...
I just ran into this myself, although in my case it was in the context of testing with an intentionally bad id for the API I'm hitting - i.e. `expect(doTheThing(badId)).toThrow()`...
Bumping this, as it can cause problems if you try to use the current version with Typescript 5.2. `@typescript-eslint` v5 uses `tsutils`, which uses syntax that was deprecated in Typescript...