ol-contextmenu
ol-contextmenu copied to clipboard
React import issue
@jonataswalker
Could not import the contextmenu in react
"Could not find a declaration file for module 'ol-contextmenu'. '/node_modules/ol-contextmenu/dist/ol-contextmenu.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/ol-contextmenu` if it exists or add a new declaration (.d.ts) file containing `declare module 'ol-contextmenu';`"
did you tried like this import ContextMenu from "ol-contextmenu";
it worked for me here is my example url
Hi @tarangrathod
I've just published 5.0.0-alpha
. Are you able to help with a validation?
PR still opened https://github.com/jonataswalker/ol-contextmenu/pull/219
Should be solved with #219