Deshi Rahim

Results 19 comments of Deshi Rahim

Is this project still maintained? Otherwise, would you like some new contributors so that they can maintain this? I really don't want to have to fork this.

@jaketodaro yep, me too. @hxlniada any thoughts?

Yeah, this is my experience too. Chrome works fine, but the pathMapping on this just doesn't work with a nextjs app

Facing similar issues when using virtualization. Because the elements are dynamically added, the focused element goes back to the start.

I think this might be better achieved by exporting a `setMswWorkerOptions` which you can optionally import. Which will allow you to set the options for the worker. It has two...

I'll create a release with that soon.

@raphaeleidus can you have a look at #18?

Any chance you could give me some details on how you're integrating it? That way I can reproduce the steps

@Toxiapo `getStaticProps` will not work as they do not run in the browser. `MSW` and Cypress interception only work in the browser, so you'd have to mock that in some...

I'm starting to formulate a plan on how this can be done from within Cypress using msw. You can do the mocking via something like this: https://github.com/vercel/next.js/tree/canary/examples/with-msw. But it won't...