wip
This commit is contained in:
parent
2563f6d285
commit
618ca1bfcb
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ export default function createPersistedState({
|
||||||
console.info('waiting for old state to be loaded...')
|
console.info('waiting for old state to be loaded...')
|
||||||
return Promise.resolve()
|
return Promise.resolve()
|
||||||
} else {
|
} else {
|
||||||
|
console.log(key, state)
|
||||||
|
debugger
|
||||||
return storage.setItem(key, state)
|
return storage.setItem(key, state)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue