marktforsyth / ForsythRecipes

https://freshipes.shadowfire168.repl.co
1 stars 0 forks source link

Searchbar doesn't clear after navigating away from the page #9

Closed marktforsyth closed 4 years ago

marktforsyth commented 4 years ago

After navigating away from the search page (e.g. home, to a recipe, etc.) I want the searchbar to clear.

marktforsyth commented 4 years ago

https://nextjs.org/docs/api-reference/next/router#routerevents

marktforsyth commented 4 years ago

But also, the current solution (of exporting the function from NavBar to SearchResults) might not be the cleanest possible, so I'll check with Jared.

marktforsyth commented 4 years ago

Ok, it is fixed.