ui-core: re-arrange story #1
Annotations
9 errors and 2 warnings
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L1
Replace `"react"` with `'react'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L2
Replace `"@osrd-project/ui-icons"` with `'@osrd-project/ui-icons'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L4
Replace `"success"·|·"info"·|·"error"·|·"warning"·|·"loading"` with `'success'·|·'info'·|·'error'·|·'warning'·|·'loading'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L12
Replace `"sm"·:·"lg"` with `'sm'·:·'lg'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L15
Replace `"loading"` with `'loading'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L17
Replace `"info"` with `'info'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L19
Replace `"success"` with `'success'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L21
Replace `"warning"` with `'warning'`
|
Build project:
ui-core/src/components/inputs/InputStatusIcon.tsx#L23
Replace `"error"` with `'error'`
|
Build project:
ui-warped-map/src/components/DataLoader.tsx#L40
React Hook useEffect has a missing dependency: 'log'. Either include it or remove the dependency array
|
Build project:
ui-warped-map/src/components/DataLoader.tsx#L101
React Hook useEffect has missing dependencies: 'log', 'mapRef', 'onDataLoaded', 'sources', and 'timeout'. Either include them or remove the dependency array. If 'onDataLoaded' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading