Merge branch 'improve-message-viewer' into feature/produce-message-page #1228
frontend-lint-and-compile-check.yml
on: push
lint-and-compile
2m 44s
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#L139
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#L151
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#L158
React Hook useEffect has missing dependencies: 'availableValues' and 'setValue'. Either include them or remove the dependency array
|