actions test #123
Annotations
10 errors and 11 warnings
build:
src/Hooks/appUrlListener.tsx#L46
'dataPart' is never reassigned. Use 'const' instead
|
build:
src/Hooks/appUrlListener.tsx#L47
'sourceURL' is never reassigned. Use 'const' instead
|
build:
src/Hooks/ErrorBoundary.tsx#L43
'children' is missing in props validation
|
build:
src/Hooks/appUrlListener.tsx#L46
'dataPart' is never reassigned. Use 'const' instead
|
build:
src/Hooks/appUrlListener.tsx#L47
'sourceURL' is never reassigned. Use 'const' instead
|
build:
src/Hooks/ErrorBoundary.tsx#L43
'children' is missing in props validation
|
build:
src/Pages/NodeUp/index.tsx#L3
'options' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/Layout/index.tsx#L2
'useIonRouter' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/State/store.ts#L3
'createListenerMiddleware' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/State/store.ts#L3
'TypedStartListening' is defined but never used. Allowed unused vars must match /^_/u
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Hooks/appUrlListener.tsx#L25
React Hook useEffect has missing dependencies: 'recogParam' and 'router'. Either include them or remove the dependency array
|
build:
src/Hooks/appUrlListener.tsx#L56
Unexpected console statement
|
build:
src/Hooks/ErrorBoundary.tsx#L19
Unexpected console statement
|
build:
src/Hooks/appUrlListener.tsx#L25
React Hook useEffect has missing dependencies: 'recogParam' and 'router'. Either include them or remove the dependency array
|
build:
src/Hooks/appUrlListener.tsx#L56
Unexpected console statement
|
build:
src/Hooks/ErrorBoundary.tsx#L19
Unexpected console statement
|
build:
src/Pages/NodeUp/index.tsx#L41
React Hook useLayoutEffect has missing dependencies: 'privateKeyFromStorage' and 'router'. Either include them or remove the dependency array
|
build:
src/Layout/index.tsx#L29
The 'getPrice' function makes the dependencies of useEffect Hook (at line 54) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'getPrice' in its own useCallback() Hook
|
build:
src/Layout/index.tsx#L40
Unexpected console statement
|
build:
src/Pages/Loader/index.tsx#L18
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
|