-
Notifications
You must be signed in to change notification settings - Fork 62
Closed as not planned
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
I am trying to use cardano-sdk in SES environment. I am unable to do so getting
Class extends value undefined is not a constructor or null
Most likely, this is because of dependency cycles. I tried using madge which found ~165 dependency cycles in the core package. Most of them I suspect, can be fixed with import type.
Steps to reproduce the bug
Run
yarn madge --circular src/index.ts --debug --extensions ts in packages/core
Actual Result
`✖ Found 165 circular dependencies!
Expected Result
Found 0 circular dependencies!
SDK version
0.28.4
Environment type
- Node.js
- Browser
- Browser Extension
- Other
Environment details
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working