marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.01k stars 1.33k forks source link

store.get('key').length returns Cannot read property 'length' of undefined #261

Open devqx opened 6 years ago

devqx commented 6 years ago

i stored an array of objects in the store and trying to get the length via store.get('key').length returns Cannot read property 'length' of undefined. but when i just get the values, it returns them.

what am i doing wrong or what could be the issue .