Skip to content

Commit

Permalink
Fix useComposeRef not found error (#597)
Browse files Browse the repository at this point in the history
* Bump rc-util version requirement to 5.16.0 because useComposeRef is needed

* Update package.json

Co-authored-by: afc163 <[email protected]>
  • Loading branch information
philippotto and afc163 authored Nov 2, 2022
1 parent 9d7ea19 commit 6714dcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@testing-library/react": "^12.0.0",
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/keyv": "3.1.4",
"@types/jest": "^25.2.3",
"@types/react": "^17.0.14",
"@types/react-dom": "^16.9.8",
Expand Down Expand Up @@ -81,7 +82,7 @@
"rc-menu": "~9.6.0",
"rc-motion": "^2.6.2",
"rc-resize-observer": "^1.0.0",
"rc-util": "^5.5.0"
"rc-util": "^5.16.0"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down

1 comment on commit 6714dcd

@vercel
Copy link

@vercel vercel bot commented on 6714dcd Nov 2, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

tabs – ./

tabs-git-master-react-component.vercel.app
tabs-react-component.vercel.app

Please sign in to comment.