refactor(client): Refactor menu to use refs (#37047)

* Refactor menu to use refs #37025

* Fix Header tests #37025

* Removing unneeded forwardRefs #37025
This commit is contained in:
Ismael González Trujillo
2019-10-07 13:33:47 +01:00
committed by Ahmad Abdolsaheb
parent d0cda5820c
commit a68345ae56
5 changed files with 52 additions and 51 deletions

View File

@ -41,5 +41,6 @@ describe('<NavLinks />', () => {
const UniversalNavProps = {
displayMenu: false,
menuButtonRef: {},
searchBarRef: {},
toggleDisplayMenu: function() {}
};