Skip to content

Commit

Permalink
Update the minimum version of React to use Fast Refresh (#1884)
Browse files Browse the repository at this point in the history
The minimum version of React to use Fast Refresh is `16.9`
So update it.

## Reference
facebook/react#16604 (comment)
  • Loading branch information
soilSpoon committed Dec 10, 2020
1 parent 368d092 commit 3eeb3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/plugin-react-refresh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"react-refresh": "^0.9.0"
},
"peerDependencies": {
"react": ">=16.10.0",
"react-dom": ">=16.10.0"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}

1 comment on commit 3eeb3aa

@vercel
Copy link

@vercel vercel bot commented on 3eeb3aa Dec 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.