chore(core): cleanup

This commit is contained in:
braks
2024-03-24 13:31:22 +01:00
committed by Braks
parent 0a9e950077
commit 31c0f82efe
+3 -1
View File
@@ -4,7 +4,9 @@ import type { FlowOptions, VueFlowStore } from '../types'
import { useActions, useGetters, useState } from '../store' 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 `<ReactFlowProvider>`
*
* Stores all existing VueFlow state instances
*/ */
export class Storage { export class Storage {
public currentId = 0 public currentId = 0