Skip to content
Discussion options

You must be logged in to vote

My solution is to lock the react-refresh package to 1 version in package.json.

@parcel/runtime-react-refresh@2.8.3 is resolving react-refresh to 0.9.0 and @storybook/react is resolving it to 0.11.0 which is why 2 instances are bundled in development.

  "resolutions": {
    "react-refresh": "0.11.0"
  }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jboler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant