Since the PR was merged to save the tasks to local storage the tasks are saved but not their state(completed or not) The local storage will need to be refreshed to store the tasks as objects. e.g.[ {title: 'task 1', completed: true} ]