cast to any as setClusterRef is not properly typed at the moment

This commit is contained in:
Ulf Gebhardt 2025-01-31 08:39:17 +01:00
parent dec492632f
commit d7b21c8ee8
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -190,7 +190,8 @@ export function UtopiaMapInner({
url='https://tile.osmand.net/hd/{z}/{x}/{y}.png'
/>
<MarkerClusterGroup
ref={(r) => setClusterRef(r)}
// eslint-disable-next-line @typescript-eslint/no-unnecessary-type-assertion
ref={(r) => setClusterRef(r as any)}
showCoverageOnHover
chunkedLoading
maxClusterRadius={50}