feat: added boost button to youtube #260
Triggered via pull request
September 29, 2023 17:57
Status
Failure
Total duration
1m 10s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
8 errors
craco-build-run:
src/components/App/SideBar/Relevance/Episode/index.tsx#L101
Type '{ amt: number; readOnly: true; }' is not assignable to type 'IntrinsicAttributes & Props'.
|
craco-build-run:
src/components/App/SideBar/YouTube/index.tsx#L10
An import path cannot end with a '.tsx' extension. Consider importing '../../Helper/BoostAmt.js' instead.
|
craco-build-run:
src/components/App/SideBar/YouTube/index.tsx#L31
Argument of type 'number | null | undefined' is not assignable to parameter of type 'number | (() => number)'.
|
craco-build-run:
src/components/App/SideBar/YouTube/index.tsx#L65
Type 'Dispatch<SetStateAction<number>>' is not assignable to type '() => void'.
|
craco-build-run:
src/components/Booster/index.tsx#L60
Cannot invoke an object which is possibly 'undefined'.
|
craco-build-run:
src/components/Booster/index.tsx#L60
'count' is possibly 'undefined'.
|
craco-build-run:
src/components/Booster/index.tsx#L60
Expected 0 arguments, but got 1.
|
craco-build-run
Process completed with exit code 2.
|