IL Calculator: Bug fixes #36
lint_and_build.yml
on: pull_request
Performs linting, formatting on the application
32s
Annotations
4 errors and 11 warnings
Performs linting, formatting on the application:
generateChangelog.js#L1
Require statement not part of import statement
|
Performs linting, formatting on the application:
generateChangelog.js#L2
Require statement not part of import statement
|
Performs linting, formatting on the application:
generateChangelog.js#L5
'changelogContent' is not defined
|
Performs linting, formatting on the application
Process completed with exit code 1.
|
Performs linting, formatting on the application
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Performs linting, formatting on the application:
src/app/strategy/page.tsx#L55
'isError' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/app/template.tsx#L77
'chain' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/app/template.tsx#L95
'getIconNode' is defined but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Deposit.tsx#L62
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|
Performs linting, formatting on the application:
src/components/Filters.tsx#L31
'isFocused' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/components/Filters.tsx#L215
'b' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L33
'chainId' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L35
'disconnect' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L36
'setAddress' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Navbar.tsx#L38
'getStarknetResult' is assigned a value but never used. Allowed unused vars must match /^_/u
|