Effect CommunityEC
Effect Community3y ago
14 replies
Stephen Bluck

Circular Dependencies and Error in Schema Usage

Is it not possible to do the following when importing schemas:

I have FileA.ts using a schema in FileB.ts and FileB.ts using a schema from FileA.ts but I get the following error:
TypeError: Cannot read properties of undefined (reading 'ast')
Was this page helpful?