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
The packages don't include typedefs. This results in errors like,
Type error: Could not find a declaration file for module '@agoric/ui-components'. '/opt/agoric/open-crowd/node_modules/.pnpm/@agoric+ui-components@0.9.0_@endo+ses-ava@0.2.44_ava@5.3.1/node_modules/@agoric/ui-components/dist/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/agoric__ui-components` if it exists or add a new declaration (.d.ts) file containing `declare module '@agoric/ui-components';`
Problem to be solved
The packages don't include typedefs. This results in errors like,
Design
Build and export them like Endo does endojs/endo#1254
The text was updated successfully, but these errors were encountered: