menu icon indicating copy to clipboard operation
menu copied to clipboard

typescript error TS2307 Cannot find module 'grammy/out/composer.js'

Open zivni opened this issue 6 months ago • 3 comments

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.

zivni avatar Aug 19 '24 14:08 zivni