edibleinterfaces / notask

A cloud-enabled mobile-first task list application
https://notask.edibleinterfaces.com
0 stars 0 forks source link

Uncaught TypeError: Cannot read property 'font' of undefined #1

Open foundling opened 6 years ago

foundling commented 6 years ago

problem starts at line #9:

const { tasklists, appearance } = storage.get(config.appKey);

foundling commented 6 years ago

You should maybe merge a default app options object with the result of parsing storage.get or just {}. The merge should give priority to storage.get's properties if it's an object.