add and edit matches manually #13261
Annotations
6 errors and 4 warnings
typecheck:
src/app.tsx#L1
Type '({ path: string; component: () => Promise<typeof import("/home/runner/work/peregrine-frontend/peregrine-frontend/src/routes/event-analysis")>; } | { path: string; component: () => Promise<...>; } | ... 5 more ... | { ...; })[]' is not assignable to type 'Route[]'.
|
typecheck:
src/routes/match-creator.tsx#L1
'eventKey' is declared but its value is never read.
|
typecheck:
src/routes/match-creator.tsx#L1
Type '{}' is not assignable to type 'IntrinsicAttributes & Simplify<Merge_<HTMLAttributes<EventTarget>, { name: ComponentChildren; back: string | false | (() => void); class?: string | undefined; wrapperClass?: string | undefined; }>> & Readonly<...>'.
|
typecheck:
src/routes/match-editor.tsx#L1
'eventKey' is declared but its value is never read.
|
typecheck:
src/routes/match-editor.tsx#L1
Type '{}' is not assignable to type 'IntrinsicAttributes & Simplify<Merge_<HTMLAttributes<EventTarget>, { name: ComponentChildren; back: string | false | (() => void); class?: string | undefined; wrapperClass?: string | undefined; }>> & Readonly<...>'.
|
typecheck
Process completed with exit code 2.
|
typecheck
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|