juliomrqz / vue-warehouse

A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
https://marquez.co/docs/vue-warehouse
MIT License
174 stars 9 forks source link

I need to store a bigint value in store #369

Open honarmanly opened 2 years ago

honarmanly commented 2 years ago

Is your feature request related to a problem? Please describe. As I use big numbers in application there is a requirement for storing bigint values in store. but as I use warehouse to handle interacting with local storage I get "do not know how to serialize a bigint" error.

I think there is a problem with stringifying the value as indicated in console