William Cantin

Results 11 comments of William Cantin

> Hi @wilomgfx, you might be able to make it work with the following in `reactpreview.config.js`: > > ``` > const reactpreview = require("@reactpreview/config"); > > module.exports = reactpreview.config({ >...

I have a very similar issue, pretty much using the same dependencies as well.

I can help for French :D

> For some reason 5.2.1 doesn't work for me either, I'll just skip this tests for now, I'll wait for next versions. Same it does not work for me on...

Same issue here, running under WSL2 (Ubuntu). Directly using the `eth0` IP works.

I'm running in the same issue trying to migrate from Jest to Vitest, any known workaround?

We seem to have the same issue when running `pnpm update --interactive --latest`. Even when updating an unrelated dependency, like `eslint`. In our case, a peer dep in a package...

> I found a fix. For `yarn` users, add [`resolutions`](https://classic.yarnpkg.com/en/docs/selective-version-resolutions/) block to the root of your `package.json`. > > ```json > { > "name": "...", > "resolutions": { > "exceljs/**/archiver":...