JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Strange Behavior When Checking/Unchecking Todo Then Filtering #11

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

After checking/unchecking a todo, disconnecting from the internet and applying a different filter causes the checked/unchecked status to revert. Refreshing the page with a connection fixes it which points to it being updated in the database correctly, so I'm not sure what is causing the strange behavior.

TheDizruptor commented 4 years ago

Seems like this bug is a big higher priority than I thought. After checking or unchecking an item, applying a new filter causes it to revert back regardless of internet connectivity.

TheDizruptor commented 4 years ago

Fixed with Merge Request #14