Skip to content

add START/STOP_COMPONENT symbols #264

add START/STOP_COMPONENT symbols

add START/STOP_COMPONENT symbols #264

Triggered via push March 18, 2024 13:35
Status Failure
Total duration 22s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build: src/utils/lifecycle.ts#L1
Cannot find name 'START_COMPONENT'.
build: src/utils/lifecycle.ts#L1
Type 'START_COMPONENT' cannot be used as an index type.
build: src/utils/lifecycle.ts#L1
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'IBaseComponent'.
build: src/utils/lifecycle.ts#L1
Cannot find name 'START_COMPONENT'. Did you mean 'STOP_COMPONENT'?
build: src/utils/lifecycle.ts#L1
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'IBaseComponent'.
build: src/utils/lifecycle.ts#L1
Cannot find name 'START_COMPONENT'. Did you mean 'STOP_COMPONENT'?
build: src/utils/lifecycle.ts#L1
Parameter 'err' implicitly has an 'any' type.
build
Process completed with exit code 2.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/