The issue in ReduxDevtools breaks production #69436
Unanswered
nicole0707
asked this question in
App Router
Replies: 1 comment
-
Hey @nicole0707, I've created issue #70441 from this discussion and we will be tracking it over there! |
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
-
Goals
Currently Next.js sends the payload and state of server actions with Redux DevTools by default in production:
However, We encountered an issue when attempting to serialise BigInt in Redux DevTools(related issue). The issue breaks our apps in production if users have Redux DevTools installed. There is no estimated time for fixing the issue.
Non-Goals
No response
Background
Next.js could provide developers with the flexibility to enable Redux DevTools on demand based on the different environments, such as development or production.
Proposal
My proposal is to add a new environment variable for enable useReducerWithReduxDevtools.
Beta Was this translation helpful? Give feedback.
All reactions