Skip to content

Commit

Permalink
chore(core): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Mar 24, 2024
1 parent 0a9e950 commit 31c0f82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/utils/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<ReactFlowProvider>`
*
* Stores all existing VueFlow state instances
*/
export class Storage {
public currentId = 0
Expand Down

0 comments on commit 31c0f82

Please sign in to comment.