You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for maintaining this library.
It would be more powerful if we could do async updates. In real cases, it is often complicated to upgrade/migrate database. Say we need to inject data loaded from another asyncStorage.
constmanifest={1: (state)=>newPromise((resolve)=>{// manipulate state object ...resolve(state);}),2: (state)=>newPromise((resolve)=>{// manipulate state object ...resolve(state);})};
The text was updated successfully, but these errors were encountered:
First of all, thank you for maintaining this library.
It would be more powerful if we could do async updates. In real cases, it is often complicated to upgrade/migrate database. Say we need to inject data loaded from another asyncStorage.
The text was updated successfully, but these errors were encountered: