Skip to content

feat: wallectConnect preloader #401

feat: wallectConnect preloader

feat: wallectConnect preloader #401

Triggered via pull request May 27, 2024 10:17
@anukulpandeyanukulpandey
synchronize #81
wc-inter
Status Failure
Total duration 1m 24s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
unit-lint: src/App.tsx#L78
Expected '===' and instead saw '=='
unit-lint: src/App.tsx#L90
Expected indentation of 10 space characters but found 20
unit-lint: src/App.tsx#L125
Missing return type on function
unit-lint: src/App.tsx#L140
Missing return type on function
unit-lint: src/App.tsx#L148
'error' is already declared in the upper scope
unit-lint: src/App.tsx#L211
Expected indentation of 30 space characters but found 28
unit-lint: src/App.tsx#L215
Expected indentation of 30 space characters but found 28
unit-lint: src/App.tsx#L218
Expected closing tag to match indentation of opening
unit-lint: src/App.tsx#L218
Expected indentation of 28 space characters but found 26
unit-lint: src/common/Nav.tsx#L52
Assignment to property of function parameter 'ext'
unit-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-lint: src/App.tsx#L69
React Hook useEffect has missing dependencies: 'history' and 'selExtensionName'. Either include them or remove the dependency array
unit-lint: src/App.tsx#L123
React Hook useEffect has a missing dependency: 'wcPreloader'. Either include it or remove the dependency array
unit-lint: src/common/Nav.tsx#L48
React Hook useEffect has a missing dependency: 'extension?.name'. Either include it or remove the dependency array
unit-lint: src/common/Nav.tsx#L55
React Hook useEffect has a missing dependency: 'availableExtensions'. Either include it or remove the dependency array. You can also do a functional update 'setAvailableExtensions(a => ...)' if you only need 'availableExtensions' in the 'setAvailableExtensions' call
unit-lint: src/common/Nav.tsx#L148
Forbidden non-null assertion
unit-lint: src/context/MetamaskContext.tsx#L73
Missing return type on function
unit-lint: src/context/MetamaskContext.tsx#L91
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
unit-lint: src/index.tsx#L14
Forbidden non-null assertion
unit-lint: src/pages/bonds/BondsComponent.tsx#L90
Forbidden non-null assertion
unit-lint: src/pages/bonds/BondsComponent.tsx#L350
React Hook useEffect has a missing dependency: 'updateButtonText'. Either include it or remove the dependency array