react-leaflet-search
react-leaflet-search copied to clipboard
React component for search lat lng on leaflet
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Uncaught TypeError: Class extends value undefined is not a constructor or null at Module../node_modules/react-leaflet-search/lib/ReactLeafletSearch.js
Compiled with problems: ERROR in ./node_modules/react-leaflet-search/lib/ReactLeafletSearch.js 7:48-58 export 'MapControl' (imported as 'MapControl') was not found in 'react-leaflet' (possible exports: AttributionControl, Circle, CircleMarker, FeatureGroup, GeoJSON, ImageOverlay, LayerGroup, LayersControl, MapContainer, Marker, Pane,...
Console output: ``` npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.2.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.12.0" from...
Bumps [terser](https://github.com/terser/terser) from 4.4.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Hello, I would want to put an initial Value into the search input, something like "31000" (and not LatLng as expected by search property). Is it possible ? Thanks in...
Your library doesn't compile in typescript 3.7.2. ```javascript 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...
Hello, thank you for providing us with this good library. Right now we have the following problem: ``` Type '{ children: (info: SearchInfo) => Element; position: string; provider: string; showMarker:...
Solves error described in #41
For some prompt messages, such as Not found, Please enter a valid lat,lng starting with ":" or minimum 3 character to searc, can you customize it? Because I need to...