-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Your library doesn't compile in typescript 3.7.2.
TypeScript error in /node_modules/react-leaflet-search/lib/Providers/Provider.d.ts(22,1):
Declaration or statement expected. TS1128 It seems a problem with exporting a type, but I've removed the type statement and now everything works fine.
Problem:
export type { Provider, ProviderOptions };Solution:
export { Provider, ProviderOptions };alexjs87
Metadata
Metadata
Assignees
Labels
No labels