dictyBase/dicty-components-navbar

Refactor to use hooks

Opened this issue · 0 comments

There are deprecation warnings due to the use of componentWillReceiveProps and componentWillMount. The class components that use these methods should be converted to functional components with hooks.