devtools middleware cannot serialize BigInt #2004
Unanswered
montanaflynn
asked this question in
Bug report
Replies: 1 comment
-
The serialize option should help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically if your store uses any
BigInt
's and you use devtools middleware it causes this error:Reproduction: https://codesandbox.io/s/pensive-tesla-ltns7v?file=/src/App.tsx
If you remove the devtools it works fine.
Beta Was this translation helpful? Give feedback.
All reactions