Create pool redesign - feature branch #3867
Annotations
8 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/PoolSetupSection.tsx#L69
React Hook useEffect has missing dependencies: 'form' and 'selectedAccount?.address'. Either include them or remove the dependency array
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/PoolSetupSection.tsx#L283
Array.prototype.map() expects a return value from arrow function
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/index.tsx#L130
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/index.tsx#L452
React Hook useEffect has a missing dependency: 'checkStepCompletion'. Either include it or remove the dependency array. Outer scope values like 'stepFields' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/validate.ts#L191
Array.prototype.some() expects a return value from arrow function
|
Lint:
centrifuge-app/src/pages/IssuerCreatePool/validate.ts#L198
Array.prototype.some() expects a return value from arrow function
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webpack".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading