Sulorb

Results 4 comments of Sulorb

EDIT WITH SOLUTION : After all the afternoon looking for a solution, I succeeded to change the channel name of the tracking persistent notification by changing a line in the...

Ok I actually found out how to import in my typescript project (in this case, Ionic). I created a **decs.d.ts** in the root folder of my project: `declare module "leaflet-ant-path"...

Same problem here. Tried to downgrade to this plugin in 4.0 and pod install and got the same result. If someone can help us 🙏

I think I make it work on my TS project. Here is how: npm i leaflet-edgebuffer At the top of my file I import it like that: `import 'leaflet-edgebuffer'` I...