diff --git a/packages/core/src/utils/storage.ts b/packages/core/src/utils/storage.ts index dec182aa..a2957518 100644 --- a/packages/core/src/utils/storage.ts +++ b/packages/core/src/utils/storage.ts @@ -4,7 +4,9 @@ import type { FlowOptions, VueFlowStore } from '../types' import { useActions, useGetters, useState } from '../store' /** - * Stores all currently created store instances + * @deprecated will be removed in the next major and replaced with a ctx based solution similar to `` + * + * Stores all existing VueFlow state instances */ export class Storage { public currentId = 0