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
We use stitches at attentive to power our internal component library and style system, we love it, so first off, thank you! Part of what we do at attentive is render UI on our clients' sites, we recently switched to using our new internal library, powered by stitches, and ran into this circular dependency issue.
Describe the bug
When any circular dependency exists in the document, createStitches fails
Bug report
We use stitches at attentive to power our internal component library and style system, we love it, so first off, thank you! Part of what we do at attentive is render UI on our clients' sites, we recently switched to using our new internal library, powered by stitches, and ran into this circular dependency issue.
Describe the bug
When any circular dependency exists in the document,
createStitches
failsTo Reproduce
I've created a code sandbox that reproduces the issue here: https://codesandbox.io/s/circular-json-reproduction-0i5lp?file=/src/App.tsx
to reproduce locally:
Expected behavior
Should be able to handle circular JSON
Screenshots
with a circular dep:
without
System information
Note
Related to this issue was recently closed: #665 (comment)
The text was updated successfully, but these errors were encountered: