refactor: improve TypeScript types for NodeCardProps and debug configuration context (#27001)

This commit is contained in:
GuanMu
2025-10-16 22:16:01 +08:00
committed by GitHub
parent 24612adf2c
commit 650e38e17f
3 changed files with 5 additions and 3 deletions

View File

@@ -242,7 +242,7 @@ const DebugConfigurationContext = createContext<IDebugConfiguration>({
},
datasetConfigsRef: {
current: null,
},
} as unknown as RefObject<DatasetConfigs>,
setDatasetConfigs: noop,
hasSetContextVar: false,
isShowVisionConfig: false,