Produce message page #1217
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
frontend-lint-and-compile-check.yml
on: push
lint-and-compile
2m 49s
Annotations
1 error and 3 warnings
lint-and-compile
Process completed with exit code 1.
|
lint-and-compile:
frontend/src/components/pages/topics/Topic.Publish.tsx#L134
React Hook useEffect has an unnecessary dependency: 'api.schemaSubjects'. Either exclude it or remove the dependency array. Outer scope values like 'api.schemaSubjects' aren't valid dependencies because mutating them doesn't re-render the component
|
lint-and-compile:
frontend/src/components/pages/topics/Topic.Publish.tsx#L146
React Hook useEffect has missing dependencies: 'availableValues' and 'setValue'. Either include them or remove the dependency array
|
lint-and-compile:
frontend/src/components/pages/topics/Topic.Publish.tsx#L153
React Hook useEffect has missing dependencies: 'availableValues' and 'setValue'. Either include them or remove the dependency array
|