Closed kumar303 closed 4 years ago
The DropdownMenu component can be converted to using setUIState().
setUIState()
It's using setState() to show/hide the menu and deactivate a button.
setState()
For QA: please make sure that the navigation menu in the header stilll works as expected.
Part of https://github.com/mozilla/addons/issues/9914
This issue has been automatically marked as stale because it has not had recent activity. If you think this bug should stay open, please comment on the issue with further details. Thank you for your contributions.
The DropdownMenu component can be converted to using
setUIState()
.It's using
setState()
to show/hide the menu and deactivate a button.For QA: please make sure that the navigation menu in the header stilll works as expected.
Part of https://github.com/mozilla/addons/issues/9914