STEP-Pod-Capstone-Project / Capstone-Project

https://book-book-app.appspot.com
Apache License 2.0
4 stars 0 forks source link

Fix rerendering of Browse page on Search Nav update #99

Closed antoniolinhart closed 4 years ago

antoniolinhart commented 4 years ago

Description

After using the Search in the navbar again after an initial search, the page does not rerender without a full refresh of the page.

In this PR, I have added a componentDidUpdate method to ensure that the page refreshes when the searchQuery prop changes (the prop that gets pulled down from App.jsx).

Linked Issue

98

Thanks to @steven-solar for pointing this out!