menu
menu copied to clipboard
typescript error TS2307 Cannot find module 'grammy/out/composer.js'
I'm getting the following error:
**node_modules/@grammyjs/menu/out/menu.d.ts:601:26 - error TS2307: Cannot find module 'grammy/out/composer.js' or its corresponding type declarations.
601 middleware(): import("grammy/out/composer.js").MiddlewareFn<C>;
~~~~~~~~~~~~~~~~~~~~~~~~**
The fix seems to be adding type MiddlewareFn
to the import from "./deps.node.js", and removing the import frim line 601
@grammyjs/conversations it works OK.