Open rashansmith opened 1 year ago
PROBLEM: Starting from Chapter 17, tasks that were made with null values for 'done' and 'doLater' are not displayed in the app simulator.
Temporary Solution: Create a new task, initializing the new task's 'done' and 'doLater' values to false before adding the Supabase table.
PR: https://github.com/kodecocodes/video-suf-materials/pull/2
PROBLEM: Starting from Chapter 17, tasks that were made with null values for 'done' and 'doLater' are not displayed in the app simulator.