Skip to content
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.

Breaks on 0.106... #64

Closed
cerebrate opened this issue Feb 27, 2020 · 1 comment
Closed

Breaks on 0.106... #64

cerebrate opened this issue Feb 27, 2020 · 1 comment

Comments

@cerebrate
Copy link

...for the reason given in #63; displaying only a red error card. It looks like the existing copy in setConfig() is a shallow copy, so it fails when trying to set the subobjects.

To confirm, adding

 config = JSON.parse(JSON.stringify(config));

as the first line in setConfig() does resolve this. Doing so in app.js and re-running rollup to produce a replacement atomic_calendar.js serves as a workaround for now.

@marksie1988
Copy link

Hi @cerebrate,

This has now been merged along with other features added over here:

https://github.com/marksie1988/atomic_calendar_revive

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants