Open KishorTSi opened 6 months ago
@KishorTSi this library was most recently updated to support react-leaflet v3, and as the maintainer of that library loves to completely rewrite it in a backwards-incompatible way on a fairly regular basis it's likely that this library just doesn't work with v4. If someone was to raise a MR to add support with testing evidence, I'll gladly review and release.
I'm using
leaflet v1.8
,react-leaflet v4.0
andreact-leaflet-textpath v2.1.1
. I'm trying to add<TextPath
on map then getting an errorCannot read properties of undefined (reading '_container')
at line 66 (leaflet.textpath.js). I have commented outpreferCanvas={true}
in MapContainer.Any help much appriciated. Thank you.