NIP-68 and misc fixes #111
Triggered via release
October 8, 2024 17:08
shocknet-justin
created
v0.0.14-beta
Status
Success
Total duration
10m 36s
Artifacts
–
Annotations
10 errors and 13 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/Layout/index.tsx#L2
'useIonRouter' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/Pages/NodeUp/index.tsx#L3
'options' is defined but never used. Allowed unused vars must match /^_/u
|
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/Layout/index.tsx#L2
'useIonRouter' is defined but never used. Allowed unused vars must match /^_/u
|
build:
src/Pages/NodeUp/index.tsx#L3
'options' is defined but never used. Allowed unused vars must match /^_/u
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-java@v3, actions/cache@v3, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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/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/NodeUp/index.tsx#L41
React Hook useLayoutEffect has missing dependencies: 'privateKeyFromStorage' and 'router'. Either include them or remove the dependency array
|
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/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
|