Skip to content

Dependency issue with rc-util #24

@raquelmsmith

Description

@raquelmsmith

The package,json for this repo calls for [email protected].

"rc-util": "^5.7.0",

But it uses a hook that wasn't introduced until @5.15.0.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions