diff --git a/packages/react/src/types/instance.ts b/packages/react/src/types/instance.ts index e0a38d67..992655a4 100644 --- a/packages/react/src/types/instance.ts +++ b/packages/react/src/types/instance.ts @@ -183,7 +183,7 @@ export type GeneralHelpers Rect; /** * Gets all connections for a given handle belonging to a specific node. - * @de + * @deprecated * @param type - handle type 'source' or 'target' * @param id - the handle id (this is only needed if you have multiple handles of the same type, meaning you have to provide a unique id for each handle) * @param nodeId - the node id the handle belongs to