feat: add liquid stacking section on lockstacks #165
Annotations
6 errors and 1 warning
check-types:
src/pages/stacking/start-liquid-stacking/components/liquid-stacking-info-card.tsx#L41
Argument of type 'import("/home/runner/work/lockstacks/lockstacks/src/pages/stacking/start-pooled-stacking/types-preset-pools").NetworkInstance' is not assignable to parameter of type 'import("/home/runner/work/lockstacks/lockstacks/src/pages/stacking/start-liquid-stacking/types-preset-protocols").NetworkInstance'.
|
check-types:
src/pages/stacking/start-liquid-stacking/components/liquid-stacking-info-card.tsx#L44
Property 'numberOfCycles' does not exist on type 'EditingFormValues'.
|
check-types:
src/pages/stacking/start-liquid-stacking/components/liquid-stacking-info-card.tsx#L74
This comparison appears to be unintentional because the types '"limited"' and '"indefinite"' have no overlap.
|
check-types:
src/pages/stacking/start-liquid-stacking/components/liquid-stacking-info-card.tsx#L87
This comparison appears to be unintentional because the types '"limited"' and '"indefinite"' have no overlap.
|
check-types:
src/pages/stacking/start-liquid-stacking/start-liquid-stacking.tsx#L38
Type '{ amount: string; stxAddress: string; protocolAddress: string; delegationDurationType: undefined; numberOfCycles: number; }' is not assignable to type 'Partial<EditingFormValues>'.
|
check-types
Process completed with exit code 1.
|
check-types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|