JustinGuruTech / todo-react-firebase

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

Adding List Then Opening It Crashes App #28

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

Not sure why this is, thought it was working when I merged #25 . Fixing ASAP.

TheDizruptor commented 4 years ago

Fixed by setting newList.todos = [{id: -1}] to flag dummy todos.