rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.9k stars 862 forks source link

Do you support persist bigint when serialize? #1447

Open codler opened 11 months ago

c2r0b commented 7 months ago

I'm also looking for BigInt support, any progress on this?

c2r0b commented 7 months ago

I published a transformer that adds BigInt support to redux-persist: https://github.com/c2r0b/redux-persist-transform-bigint I think that solves this issue.

c2r0b commented 3 months ago

@codler you can close this issue if the plugin solves what you wanted to accomplish