Results 3 issues of Raj Asha

My browser is Google Chrome Version 101.0.4951 MacOS. Below I am checking if the browser is supported or not. ``` const isBrowserCompatible = browser.satisfies({ desktop: { chrome: '>=105', }, mobile:...

### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...

bug
scope:browser
needs:triage

I have created a miragejs server in _app.tsx: ```javascript import type { AppProps } from "next/app"; import { createServer } from "miragejs"; createServer({ routes() { this.get("http://localhost:5000/movies/1", () => { return...