tomkp / react-split-pane

React split-pane component
https://tomkp.github.io/react-split-pane
MIT License
3.2k stars 409 forks source link

How can I fix this warning? #813

Open creampnx-x opened 2 years ago

creampnx-x commented 2 years ago

Background

    "react": "^17.0.2",
    "react-dev-inspector": "^1.1.1",
    "react-dom": "^17.0.2",
    "react-hotkeys-hook": "^3.4.4",
    "react-split-pane": "2.0.3",

Describe the bug

react-dom.development.js:67

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.

Please update the following components: SplitPane, Styled(styled.div), glamorous(div), styled.div

Screenshots

image
mariorubbo commented 2 years ago

I see the same issue