Skip to content

fix: add visible to vector layer #48

fix: add visible to vector layer

fix: add visible to vector layer #48

Triggered via push March 5, 2024 14:00
Status Success
Total duration 1m 11s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Release: src/events/use-event.ts#L12
React Hook useEffect has a missing dependency: 'eventName'. Either include it or remove the dependency array
Release: src/controls/full-screen-control.tsx#L27
React Hook useEffect has a missing dependency: 'hasCustomControl'. Either include it or remove the dependency array
Release: src/map/map.tsx#L27
React Hook useEffect has a missing dependency: 'mapRef'. Either include it or remove the dependency array
Release: src/map/view.tsx#L18
React Hook useEffect has a missing dependency: 'view'. Either include it or remove the dependency array
Release: src/layers/vector-layer.tsx#L29
React Hook useEffect has missing dependencies: 'onLayerChangeVisible', 'onPostRender', and 'visible'. Either include them or remove the dependency array. If 'onLayerChangeVisible' changes too often, find the parent component that defines it and wrap that definition in useCallback