Refactor: Restructure Node Request Format and Fix Type Issues #2828
Annotations
5 errors and 1 warning
craco-build-run:
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'.
|
craco-build-run:
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'.
|
craco-build-run:
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'.
|
craco-build-run:
src/components/SourcesTableModal/SourcesView/Topics/index.tsx#L88
Argument of type '{ node_data: { is_muted: boolean; }; }' is not assignable to parameter of type 'NodeRequest'.
|
craco-build-run
Process completed with exit code 2.
|
craco-build-run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|