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 was archived by the owner on May 30, 2020. It is now read-only.
In angular-template/publish.js on line 67, the call to JSON.stringify fails in my repo due to a circular reference at path CIRCULAR: obj.children.class.0.children.class.0 = obj.children.class.0 = [object Object]. I'm not sure what could be causing this. It seems like it's parsing one of my classes as a child of itself. Any ideas?