-
When I have npm package When I do a diff of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
My solution is to lock the
"resolutions": {
"react-refresh": "0.11.0"
} |
Beta Was this translation helpful? Give feedback.
My solution is to lock the
react-refresh
package to 1 version in package.json.@parcel/runtime-react-refresh@2.8.3
is resolvingreact-refresh
to0.9.0
and@storybook/react
is resolving it to0.11.0
which is why 2 instances are bundled in development.