You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can't use certain feature without logging in (making reservations, reviews, and favorites) [This isn't done yet because I don't have those features yet]
Pushed to Heroku
The text was updated successfully, but these errors were encountered:
SIgnup component is not displaying errors while trying to create a user.
Visiting non-existing routes is not handled yet, accessing /#/not-a-route, should ideally redirect to '/', this is easily done by having a default <Route path="/" ...> at the end of your <Switch>
Error display could use some styling, it looks like the reset.css is missing some rules for <li>.
Current error display:
What do you think about having something like:
We are not clearing out the errors when we unmount the login/signup components.
Login with invalid credentials.
Navigate to signup.
Navigate back to signup, the error still lingers there.
Assign this issue back to me once the updates addressing these issues are live in Heroku.
The text was updated successfully, but these errors were encountered: