vuera icon indicating copy to clipboard operation
vuera copied to clipboard

Warning: componentWillReceiveProps has been renamed, and is not recommended for use.

Open grtjn opened this issue 4 years ago • 1 comments

I am using vuera to show react components in my vue project, and getting this message in the browser:

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

  • Move data fetching code or side effects to componentDidUpdate.
  • If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
  • Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run npx react-codemod rename-unsafe-lifecycles in your project source folder.

Please update the following components: VueContainer

I am using react and react-dom 16.12.0

grtjn avatar Feb 19 '20 09:02 grtjn

I believe that is fixed with this: https://github.com/akxcv/vuera/pull/123/files#diff-d2ca72fb6cfb4ef02d24fd45d643ee7d88c4e4af253ea9c7c17fd75c1fd1c176R36-R40

Just need a merge+release from a maintainer 😅

mmaietta avatar Feb 26 '21 23:02 mmaietta