Refactor: Restructure Node Request Format and Fix Type Issues #2827
Annotations
5 errors and 1 warning
Lint:
src/components/SourcesTableModal/SourcesView/Topics/EditTopicModal/index.tsx#L52
Argument of type '{ node_type: string; node_data: { name: string; }; }' is not assignable to parameter of type 'NodeRequest'.
|
Lint:
src/components/SourcesTableModal/SourcesView/Topics/Table/TableRow.tsx#L48
Argument of type '{ node_type: string; node_data: { is_muted: boolean; }; }' is not assignable to parameter of type 'NodeRequest'.
|
Lint:
src/components/SourcesTableModal/SourcesView/Topics/Table/index.tsx#L86
Argument of type '{ node_data: { is_muted: boolean; }; }' is not assignable to parameter of type 'NodeRequest'.
|
Lint:
src/components/SourcesTableModal/SourcesView/Topics/index.tsx#L88
Argument of type '{ node_data: { is_muted: boolean; }; }' is not assignable to parameter of type 'NodeRequest'.
|
Lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading