generated from react-component/footer
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
The package,json for this repo calls for [email protected].
Line 49 in 3dff6d2
| "rc-util": "^5.7.0", |
But it uses a hook that wasn't introduced until @5.15.0.
textarea/src/ResizableTextArea.tsx
Line 3 in 3dff6d2
| import useLayoutEffect from 'rc-util/lib/hooks/useLayoutEffect'; |
So, I'm getting this error when building
✘ [ERROR] Could not resolve "rc-util/es/hooks/useLayoutEffect"
node_modules/rc-textarea/es/ResizableTextArea.js:10:28:
10 │ import useLayoutEffect from "rc-util/es/hooks/useLayoutEffect";
Metadata
Metadata
Assignees
Labels
No labels