You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating React.js in #728 to fix a warning while creating a test, several components were deemed as 'deprecated' by the newer version of React.js used. This issue is responsible for fixing all those deprecated components warnings and verify that ALL core pages and behaviors are still working correctly after the update.
Solution
Substitute all deprecate components for their updated counterparts.
Validate ALL core pages and behaviors remain unchanged and working correctly.
The text was updated successfully, but these errors were encountered:
Description
After updating React.js in #728 to fix a warning while creating a test, several components were deemed as 'deprecated' by the newer version of React.js used. This issue is responsible for fixing all those deprecated components warnings and verify that ALL core pages and behaviors are still working correctly after the update.
Solution
Substitute all deprecate components for their updated counterparts.
Validate ALL core pages and behaviors remain unchanged and working correctly.
The text was updated successfully, but these errors were encountered: