Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

fix ESM compat #76

Closed turadg closed 8 months ago

turadg commented 8 months ago

Description

@0xpatrickdev ran into,

Error: Cannot find module '/Users/0xpatrick/repos/dapp-offer-up/node_modules/@agoric/rpc/dist/src/chainStorageWatcher' imported from /Users/0xpatrick/repos/dapp-offer-up/node_modules/@agoric/rpc/dist/index.js

and suggested the packages shoudl be compatible with ESM. I think this PR fixes that, though I don't know a good way to include a regression test.

Security Considerations

Scaling Considerations

Documentation Considerations

Testing Considerations