FrigadeHQ / remote-storage

remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and backend with support for React, Next.js, Vue, Node, or any Javascript stack
https://remote.storage
MIT License
1.21k stars 27 forks source link

fix: array deserialization #26

Closed calebmpeterson closed 7 months ago

calebmpeterson commented 7 months ago

As discussed in this issue, here's a fix for array deserialization.

calebmpeterson commented 7 months ago

Thank you very much @christianmat!