Michael Jewell

Results 8 comments of Michael Jewell

Using `force` / `legacy-peer-deps` was causing issues on subsequent installs, but I was able to fix this permanently by moving react-native-svg from `dependencies` to [overrides](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides) in `package.json` ```json "overrides": {...

I noticed the same thing issue, but shouldn't the fix be `this.options.x, this.options.y`

In the latest version of react-table (8.15.3) you can fix this yourself until a fix is released by defining a custom feature that overrides the existing behaviour: ```ts // Fixes...

Once it is reproduced, you can toggle this behaviour on/off by toggling this style: ``` .modal.show .modal-dialog { transform: translate(0); } ```

I am seeing something similar to this since trying to add sharding in CI. One of my shards consistently fails on a couple of tests that look very similar to...

We had an actionTimeout of 3000ms in our vite config. Removing that in CI makes it pass, although I'm surprised it's consistently failing this specific pair of tests. Hopefully that's...

To clarify, this issue still exists on the latest version of contentful. Even though axios has been updated, we still end up serving it twice