feat(eventtemplates): enable custom event template UI to display when no target is selected #5232
ci.yaml
on: pull_request
Matrix: eslint-check
Matrix: integration-test
Matrix: prettier-check
Matrix: test
Matrix: type-check
Annotations
2 errors and 11 warnings
eslint-check (lts/*):
src/app/Events/Events.tsx#L40
React Hook React.useEffect has a missing dependency: 'addSubscription'. Either include it or remove the dependency array
|
eslint-check (lts/*)
Process completed with exit code 1.
|
prettier-check (lts/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
type-check (lts/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint-check (lts/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint-check (lts/*):
src/app/Events/EventTemplates.tsx#L65
'filter' is defined but never used
|
eslint-check (lts/*):
src/app/Events/EventTemplates.tsx#L65
'filter' is defined but never used. Allowed unused vars must match /^_/u
|
eslint-check (lts/*):
src/app/Events/Events.tsx#L19
'TargetView' is defined but never used
|
eslint-check (lts/*):
src/app/Events/Events.tsx#L19
'TargetView' is defined but never used. Allowed unused vars must match /^_/u
|
eslint-check (lts/*):
src/app/Events/Events.tsx#L28
`@app/BreadcrumbPage/BreadcrumbPage` import should occur before import of `@app/Shared/Services/Services`
|
eslint-check (lts/*):
src/app/Events/Events.tsx#L29
`@app/TargetView/TargetContextSelector` import should occur before import of `@app/TargetView/TargetView`
|
integration-test (lts/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (lts/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|