Skip to content

fix: add cssCustom to container #54

fix: add cssCustom to container

fix: add cssCustom to container #54

Triggered via push August 14, 2024 08:52
Status Success
Total duration 1m 1s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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#L31
React Hook useEffect has missing dependencies: 'onLayerChangeVisible', 'onPostRender', 'updateWhileAnimating', 'updateWhileInteracting', 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