Open foundling opened 6 years ago
problem starts at line #9:
const { tasklists, appearance } = storage.get(config.appKey);
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.
problem starts at line #9:
const { tasklists, appearance } = storage.get(config.appKey);