From 31c0f82efedba49aea65e6612780cd530fd9c910 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:15:35 +0100 Subject: [PATCH] chore(core): cleanup --- packages/core/src/utils/storage.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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