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
Solid work 🤔 I don't think I have feedbacks for you at this stage. There are some bugs in the way we are handling local storage data though. Test these scenarios:
Data gets cleared for no reason:
Open the app (or reload to make sure we begin testing with initial data)
Open the add book modal
Don't fill anything. Hit Add. Close the alert
Now fill the form and hit Add again
Observe a new book is not added
Reload the page, and observe that we end up with an empty table
New book gets added incorrectly:
Open the app
Add a new book
Open the add book modal again, but this time do not fill in anything
Hit Add & close the alert
Observe that a new book is still added (& the data seems to be from the previously added book at step 2)
Assignment - 1
Link Demo: Link demo
The text was updated successfully, but these errors were encountered: