update UI
This commit is contained in:
@@ -62,6 +62,6 @@ export const useTestStore = create<TestStore>()(
|
||||
|
||||
reset: () => set(INITIAL_STATE),
|
||||
}),
|
||||
{ name: 'test-store' },
|
||||
{ name: 'test-store', version: 2 },
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user