home page #111
main.yml
on: push
main
/
...
/
validate-pr-refs
0s
main
/
...
/
test-js-code
57s
main
/
deploy
0s
Annotations
10 errors
main / test / test-js-code:
src/api/authFactor.ts#L2
Module '"codeforlife/api"' has no exported member 'getReadAuthFactorEndpoints'.
|
main / test / test-js-code:
src/api/klass.ts#L1
Module '"codeforlife/api"' has no exported member 'getReadClassEndpoints'.
|
main / test / test-js-code:
src/api/school.ts#L1
Module '"codeforlife/api"' has no exported member 'getReadSchoolEndpoints'.
|
main / test / test-js-code:
src/api/user.ts#L1
Module '"codeforlife/api"' has no exported member 'getReadUserEndpoints'.
|
main / test / test-js-code:
src/pages/emailVerification/EmailVerification.tsx#L5
Module '"codeforlife/hooks"' has no exported member 'useParams'.
|
main / test / test-js-code:
src/pages/emailVerification/EmailVerification.tsx#L5
Module '"codeforlife/hooks"' has no exported member 'useSearchParams'.
|
main / test / test-js-code:
src/pages/emailVerification/EmailVerification.tsx#L27
Property '_' does not exist on type 'string | Path'.
|
main / test / test-js-code:
src/pages/home/Home.tsx#L5
Module '"codeforlife/hooks"' has no exported member 'useLocation'.
|
main / test / test-js-code:
src/pages/home/Home.tsx#L30
Type '{ children: Element; boxProps: { bgcolor: string; }; }' is not assignable to type 'IntrinsicAttributes & SectionProps'.
|
main / test / test-js-code:
src/pages/login/IndyForm.tsx#L39
Property '_' does not exist on type 'string | Path'.
|