Closed ShreyasRP closed 2 years ago
Using the import method shown in the example gives an error. The example: import LeafletTrackingMarker from 'react-leaflet-tracking-marker'
import LeafletTrackingMarker from 'react-leaflet-tracking-marker'
I fixed it by importing it this way: import { LeafletTrackingMarker } from 'react-leaflet-tracking-marker'
import { LeafletTrackingMarker } from 'react-leaflet-tracking-marker'
Fixed it, thank you! 😊
Using the import method shown in the example gives an error. The example:
import LeafletTrackingMarker from 'react-leaflet-tracking-marker'
I fixed it by importing it this way:
import { LeafletTrackingMarker } from 'react-leaflet-tracking-marker'