Kristo Jorgenson
Kristo Jorgenson
I am seeing this error in NextJS 13 when using the `pages` directory. The MSW server is unable to intercept server-side requests reliably. You can reproduce this by running the...
same issue with `projects` `collectCoverage` and `coverageDirectory`
Hi there, I am seeing the same issue with the Chrome extension and SWR 2.0.0. I have tried wrapping it in a `` component at well, but it didn't help....
I was using latest (installed today) and tried new tabs and also reloading the page and hard reloading the page while the devtools panel was open
I noticed that when I switched chrome profiles to my personal (non work) profile, the extension started working properly. There must be some restriction on my work profile stopping it...
I am also encountering this but, and using `routerLink` is not an ideal solution as it currently stands for two reasons: 1. It does not show the detail arrow when...
This would be very nice to have in playwright!
This is causing a relatively large problem for our application: we are unable to fully clear the SWR cache on sign in / sign out using the unbound mutate function....
Happening when testing middleware with jest. It was working with previous patch versions of Next 13 and then stopped.
Role `alert` also seems affected by this. I can select an element with `getByRole("alert")` but am unable to select the element with `getByRole("alert", { name: "" })`