reachtokish / rctx-contextmenu

:bowtie: :sparkles: Context menu for React
https://reachtokish.github.io/rctx-contextmenu/
67 stars 15 forks source link

Cannot find module 'rctx-contextmenu' or its corresponding type declarations #49

Open maahokgit opened 6 months ago

maahokgit commented 6 months ago

Getting this build error in Jenkins

Cannot find module 'rctx-contextmenu' or its corresponding type declarations

import { ContextMenu, ContextMenuItem, ContextMenuTrigger } from 'rctx-contextmenu';

I already added "@types/jest": "^29.5.12", to the package.json devDependencies

what else am I missing?