-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
When importing the package into React typescript project, the module name import Geocoder from 'react-map-gl-geocoder'; gives the following error:
Could not find a declaration file for module 'react-map-gl-geocoder'. 'c:/Users/.../client-app/node_modules/react-map-gl-geocoder/dist/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/react-map-gl-geocoder` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-map-gl-geocoder';`ts(7016)
Metadata
Metadata
Assignees
Labels
No labels