https://github.com/Yog9/SnapShot/blob/406d69553793e0d85871069326bfa22ee1566ad7/src/App.js#L13 If this line is used for clearing the search input then it is not being cleared. I suggest adding `setSearchEntry("");` after handleSubmit call https://github.com/Yog9/SnapShot/blob/406d69553793e0d85871069326bfa22ee1566ad7/src/components/Form.js#L12
SnapShot/src/App.js
Line 13 in 406d695
If this line is used for clearing the search input then it is not being cleared.
I suggest adding
setSearchEntry("");after handleSubmit callSnapShot/src/components/Form.js
Line 12 in 406d695