I'm using leaflet v1.8, react-leaflet v4.0 and react-leaflet-textpath v2.1.1. I'm trying to add <TextPath on map then getting an error Cannot read properties of undefined (reading '_container') at line 66 (leaflet.textpath.js).
I have commented out preferCanvas={true} in MapContainer.
Any help much appriciated. Thank you.
I'm using
leaflet v1.8,react-leaflet v4.0andreact-leaflet-textpath v2.1.1. I'm trying to add<TextPathon map then getting an errorCannot read properties of undefined (reading '_container')at line 66 (leaflet.textpath.js).I have commented out
preferCanvas={true}in MapContainer.Any help much appriciated. Thank you.