chore(main): release 0.3.2 #27
Annotations
6 warnings
release-please:
src/components/advanced-marker.tsx#L94
React Hook useEffect has a missing dependency: 'className'. Either include it or remove the dependency array
|
release-please:
src/components/api-provider.tsx#L145
React Hook useCallback has a missing dependency: 'loadedLibraries'. Either include it or remove the dependency array
|
release-please:
src/components/info-window.tsx#L53
React Hook useEffect has missing dependencies: 'infoWindowOptions' and 'onCloseClick'. Either include them or remove the dependency array
|
release-please:
src/components/map-control.tsx#L64
React Hook useEffect has a missing dependency: 'controlContainer'. Either include it or remove the dependency array
|
release-please:
src/components/marker.tsx#L61
React Hook useEffect has a missing dependency: 'markerOptions'. Either include it or remove the dependency array
|
release-please:
src/hooks/use-maps-library.ts#L37
React Hook useEffect has missing dependencies: 'ctx' and 'name'. Either include them or remove the dependency array
|