You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a file called typings.d.ts in your src folder. Then add this:
// Declare the leaflet module so we can modify it
declare module 'leaflet' {
// We want to alter the control namespace
namespace control {
// Define minimal type information for the icon layers
function iconLayers(v: any);
}
}
Keep getting this error :(
Please help
The text was updated successfully, but these errors were encountered: