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
How to access multiple object store data
<IndexedDB name={Constants.IdbDBConfig.name} version={1} objectStoresMeta={[Constants.indexDbSchema, Constants.indexDbSchema.plant]}>
//----> here I can only access one store
{({ add, getAll, update , getByID}) => {
}}
creating multiple store is also not working it creates only first store in the objectStoreMeta
The text was updated successfully, but these errors were encountered:
How to access multiple object store data
<IndexedDB name={Constants.IdbDBConfig.name} version={1} objectStoresMeta={[Constants.indexDbSchema, Constants.indexDbSchema.plant]}>
//----> here I can only access one store
{({ add, getAll, update , getByID}) => {
}}
creating multiple store is also not working it creates only first store in the objectStoreMeta
The text was updated successfully, but these errors were encountered: