We are currently using a few React features that are deprecated. If we want to upgrade to the next major React version we need to refactor the affected code.
Steps to reproduce
[ ] Look for componentWillReceiveProps, componentWillUpdate and componentWillMount methods in the code.
[x] Look for contextTypes property in the code.
[x] Look for findDOMNode method invocations used for ref-like behavior.
🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
New Issue Checklist
Issue Description
We are currently using a few React features that are deprecated. If we want to upgrade to the next major React version we need to refactor the affected code.
Steps to reproduce
componentWillReceiveProps
,componentWillUpdate
andcomponentWillMount
methods in the code.contextTypes
property in the code.findDOMNode
method invocations used for ref-like behavior.Actual Outcome
Deprecated features are still in use.
Expected Outcome
No deprecated features are used.
Environment
n/a
Dashboard
Server
Database
Logs