Update map stories #66
Annotations
10 errors and 6 warnings
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'map' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'id' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'polygon' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'source' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'blur' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'zIndex' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'opacity' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L13
'smoothing' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L38
'source.addFeature' is missing in props validation
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L39
'map.addLayer' is missing in props validation
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
lib/src/components/Map/Layers/_MaskLayer/index.tsx#L50
React Hook useEffect has a missing dependency: 'source'. Either include it or remove the dependency array
|
build:
lib/src/components/Map/Layers/_VectorLayer.tsx#L160
React Hook useEffect has missing dependencies: 'colorsArray', 'opacity', 'source', 'style', and 'zIndex'. Either include them or remove the dependency array
|
build:
lib/src/components/Map/Layers/_VectorLayer.tsx#L160
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
build:
lib/src/components/Map/Layers/_VectorLayer.tsx#L213
React Hook useEffect has missing dependencies: 'opacity', 'source', 'style.labelStyle.color', 'style.labelStyle.fontFamily', 'style.labelStyle.fontSize', 'style.labelStyle.fontWeight', 'style.labelStyle.showHalo', 'style.labelStyle.transform', and 'zIndex'. Either include them or remove the dependency array
|
build:
lib/src/components/Map/Layers/_VectorLayer.tsx#L213
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|