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
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