material-ui-currency-textfield
material-ui-currency-textfield copied to clipboard
Warning: componentWillReceiveProps has been renamed...
I got this warning in browser:
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-lifecyclesin your project source folder.
Please update the following components: CurrencyTextField
Any chance to update the component?
looks like this component is not supported anymore
looks like this component is not supported anymore
Where did you see this? I was wondering if creating a pull request might help to make this going forward.
I'm looking forward to fix for this warning as well. @FlorianBouron did you get a chance to create a pull request?
@FlorianBouron and @AlanC5 Please create a pull request, if you fixed the issue. We will merge.
Are there any active maintainers who will merge if I submit a PR?
Sure. We will accept PR's and merge.
On Tue, Apr 20, 2021 at 5:27 PM Peace @.***> wrote:
Are there any active maintainers who will merge if I submit a PR?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/unicef/material-ui-currency-textfield/issues/18#issuecomment-823610474, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKMYSVK2GD2GIRB4LGGXBRTTJXWSNANCNFSM4KZGQ3FQ .
any prs?
I see that there's a PR in the queue to fix this. Any chance a maintainer can review and approve it? Thanks!
#37 fixes this issue. Can any maintainer review and approve it? Thanks in advance!