change(tracker): zustand 1.0.2
This commit is contained in:
parent
3b045fa864
commit
41d390151f
2 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ const tracker = new Tracker({
|
|||
});
|
||||
|
||||
const zustandPlugin = tracker.use(trackerZustand())
|
||||
// store name, optional
|
||||
// randomly generated if undefined
|
||||
const bearStoreLogger = zustandPlugin('bear_store')
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-zustand",
|
||||
"description": "Tracker plugin for Zustand state recording",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"keywords": [
|
||||
"zustand",
|
||||
"state",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue