Rob Caldecott
Rob Caldecott
I am seeing this too with a library build with `vite` and consumed in an app bootstrapped using CRA5 (which includes `webpack@5`) Happy to provide an example repo if it...
Having the same issue. Updated to `[email protected]` and `[email protected]` and are getting similar issues. Downgrading to `12.2.2` makes the issue go away but a resolution would be good. Here's our...
Note it's `[email protected]` causing this, not the `eslint` update 🤷♂️
It would be great to get an update on this from the NextJS team. We are reluctant to upgrade to 12.2.3 because of the noise generated by this when we...
My issue was with `next-compose-plugins` - I have now removed this from my config and am composing the plugins I need manually. This fixes the issue for me. https://github.com/cyrilwanner/next-compose-plugins/issues/59
I am using a custom fetcher with `codegen` to handle `FormData` mutations and have never had much luck getting it to work in `msw` so have been intercepting the request...
Does anyone have a workaround for this issue?
Just verified I have the same issue using `yarn` workspaces.
Will do. If I find a workaround we can add it to the `vitest` docs as `@testing-library/jest-dom` is very popular.
FWIW if I downgrade `react-native-webview` to `12.4.0` then the issue no longer occurs.