darnton / LeafletBlazor

Blazor component for interop with Leaflet slippy map library.
30 stars 20 forks source link

Add a null check for InteropObject #6

Closed ThomasPrioul closed 3 years ago

ThomasPrioul commented 3 years ago

Prevents a nullreferenceexception when such an object is disposed before the JS reference is acquired (in case of a quick page redirect, the case happened to me).

darnton commented 3 years ago

Thanks for contributing to the project!