search: Navbar search button doesn't work, loads homepage instead
Created by: limitedmage
Seems to come as a regression of refactoring SearchNavbarItem
into a functional component. Maybe you can't use a React hook as a dependency for another React hook?
Also added an integration test to make sure this doesn't regress again.