You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2021. It is now read-only.
...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.
The text was updated successfully, but these errors were encountered:
...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
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.
The text was updated successfully, but these errors were encountered: