chore(deps): update non-major #80
main.yml
on: pull_request
Lint & Build
1m 4s
Semantic release
0s
Annotations
11 warnings
Lint & Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint & Build:
src/components/Array.tsx#L9
Missing return type on function
|
Lint & Build:
src/components/Array.tsx#L62
JSX props should not use arrow functions
|
Lint & Build:
src/components/ExperimentContext.tsx#L21
Missing return type on function
|
Lint & Build:
src/components/ExperimentContext.tsx#L29
Missing return type on function
|
Lint & Build:
src/components/ExperimentField.tsx#L40
React Hook useMemo has an unnecessary dependency: 'props'. Either exclude it or remove the dependency array
|
Lint & Build:
src/components/ExperimentField.tsx#L46
React Hook useMemo has an unnecessary dependency: 'props'. Either exclude it or remove the dependency array
|
Lint & Build:
src/components/ExperimentField.tsx#L71
Missing return type on function
|
Lint & Build:
src/components/ExperimentInput.tsx#L23
Missing return type on function
|
Lint & Build:
src/components/Select.tsx#L17
Missing return type on function
|
Lint & Build:
src/components/Select.tsx#L33
JSX props should not use arrow functions
|