levels #393
main.yml
on: push
main
/
...
/
validate-pr-refs
0s
main
/
...
/
test-js-code
1m 7s
main
/
deploy
0s
Annotations
7 errors
main / test / test-js-code:
src/pages/homeLearning/Advanced.tsx#L13
Cannot find name 'theme'.
|
main / test / test-js-code:
src/pages/homeLearning/Advanced.tsx#L17
Object literal may only specify known properties, and 'text' does not exist in type 'Omit<CardProps, "buttonProps"> & { buttonProps: { href: string; }; }'.
|
main / test / test-js-code:
src/pages/homeLearning/Beginner.tsx#L13
Cannot find name 'theme'.
|
main / test / test-js-code:
src/pages/homeLearning/Beginner.tsx#L17
Object literal may only specify known properties, and 'text' does not exist in type 'Omit<CardProps, "buttonProps"> & { buttonProps: { href: string; }; }'.
|
main / test / test-js-code:
src/pages/homeLearning/Intermediate.tsx#L14
Cannot find name 'theme'.
|
main / test / test-js-code:
src/pages/homeLearning/Intermediate.tsx#L21
Object literal may only specify known properties, and 'text' does not exist in type 'Omit<CardProps, "buttonProps"> & { buttonProps: { href: string; }; }'.
|
main / test / test-js-code
Process completed with exit code 2.
|