rsteckline / rancid-tomatillos

https://rancid-tomatillos-dusky.vercel.app
0 stars 1 forks source link

fix: Make error messaging clear automatically if there is no more error #61

Closed ericahagle closed 10 months ago

ericahagle commented 10 months ago

Description

Previously, if an error occurred that triggered messaging to appear onscreen, the user would have to refresh to clear the message once the issue was resolved. This PR fixes that issue so that if a new set of movies loads, or the user navigates away from the detail page, the error message clears automatically.

Checklist