GamerKingFaiz / shouldiplay

Web app that combines data from HowLongToBeat and OpenCritic.
https://shouldiplaythis.com
MIT License
48 stars 4 forks source link

API calls are being called twice for `GameBox.js` #7

Closed GamerKingFaiz closed 2 years ago

GamerKingFaiz commented 2 years ago

After searching all previous results are queried again.

This is because it's querying the searchInput state. Setting it to an empty array on search will solve this.