Skip to content

Commit

Permalink
fix: Support React 18 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Apr 5, 2022
1 parent 51df123 commit 0610757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@reach/observe-rect": "^1.1.0"
},
"peerDependencies": {
"react": "^16.6.3 || ^17.0.0"
"react": "^16.6.3 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.6",
Expand Down

1 comment on commit 0610757

@vercel
Copy link

@vercel vercel bot commented on 0610757 Apr 5, 2022

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.