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
Could not find a declaration file for module '@cowprotocol/app-data'. '/Users/bh2smith/Projects/mintbase/ai/evm-agent-next-boilerplate/node_modules/@cowprotocol/app-data/dist/index.modern.mjs' implicitly has an 'any' type.
There are types at '/Users/bh2smith/Projects/mintbase/ai/evm-agent-next-boilerplate/node_modules/@cowprotocol/app-data/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@cowprotocol/app-data' library may need to update its package.json or typings.ts(7016)
I think this might be related to the fact that the latest export is attempting to import a non-existent file:
The text was updated successfully, but these errors were encountered:
Could not find a declaration file for module '@cowprotocol/app-data'. '/Users/bh2smith/Projects/mintbase/ai/evm-agent-next-boilerplate/node_modules/@cowprotocol/app-data/dist/index.modern.mjs' implicitly has an 'any' type.
There are types at '/Users/bh2smith/Projects/mintbase/ai/evm-agent-next-boilerplate/node_modules/@cowprotocol/app-data/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@cowprotocol/app-data' library may need to update its package.json or typings.ts(7016)
I think this might be related to the fact that the latest export is attempting to import a non-existent file:
The text was updated successfully, but these errors were encountered: