From 0f2e13cb878e1881bf0a3a70f7cc455e7afa80dd Mon Sep 17 00:00:00 2001 From: Orlando Date: Tue, 14 May 2024 22:43:00 +0100 Subject: [PATCH] should be Partial --- packages/react/src/types/instance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/types/instance.ts b/packages/react/src/types/instance.ts index 71602f92..bd7c1d1b 100644 --- a/packages/react/src/types/instance.ts +++ b/packages/react/src/types/instance.ts @@ -140,7 +140,7 @@ export type GeneralHelpers NodeType['data']), + dataUpdate: Partial | ((node: NodeType) => Partial), options?: { replace: boolean } ) => void; };