Currently there is a circular dependency between jco:
|
"@bytecodealliance/componentize-js": "^0.19.3", |
And componentize-js:
https://github.com/bytecodealliance/ComponentizeJS/blob/ab6483f82ee47df4b0eab74a2533e24075fdbb83/package.json#L24
Haven't dug into it yet but curious if there are ideas on how to break the circular dependency (a new shared package potentially and where that would go) and if open to such a contribution.