Property 'MapboxDirections' does not exist on type 'Window & typeof globalThis'.(2339)
Budget: $10 – $30 USD
can you make mapboxc directions work in below fiddle and in my codebase with typescript
https://stackblitz.com/edit/react-ts-mapbox-ce8v3l?file=index.tsx
map.current.addControl(
window.MapboxDirections({
accessToken: mapboxgl.accessToken,
}),
'top-left'
);
https://stackblitz.com/edit/react-ts-mapbox-ce8v3l?file=index.tsx
map.current.addControl(
window.MapboxDirections({
accessToken: mapboxgl.accessToken,
}),
'top-left'
);