2d-inc / Flare-React

Example React Component to display Flare animations.
MIT License
103 stars 11 forks source link

Warning: componentWillReceiveProps has been renamed (react 16.12.0) #25

Closed batbrain9392 closed 1 year ago

batbrain9392 commented 4 years ago

Got the following warning -

react-dom.development.js:12357 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.

Please update the following components: FlareComponent

My package.json - "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "flare-react": "^1.0.7", "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "3.3.0" }