Verify canary release
Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.1.0: Sun Oct 9 20:14:30 PDT 2022; root:xnu-8792.41.9~2/RELEASE_ARM64_T8103
Binaries:
Node: 16.15.1
npm: 8.11.0
Yarn: 1.22.19
pnpm: 7.17.1
Relevant packages:
next: 13.0.7-canary.1
eslint-config-next: 13.0.4
react: 18.2.0
react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
https://stackblitz.com/edit/nextjs-z7lnws?file=app/store.js
To Reproduce
- Go to the reproduction link.
- Open the redux dev tools extension.
- Check if you can see state for
counter
Describe the Bug
Its only show the next-router instance. There is no other instance for me to see the states & events related to my application.

Not sure if its related but, I saw this warning on the console.
wait - compiling...
wait - compiling /_error (client and server)...
warn - ./node_modules/.pnpm/react-redux@8.0.5_2zx2umvpluuhvlq44va5bta2da/node_modules/react-redux/es/utils/reactBatchedUpdates.js
export 'unstable_batchedUpdates' (reexported as 'unstable_batchedUpdates') was not found in 'react-dom' (possible exports: __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, createPortal, flushSync, preinit, preload, version)
Expected Behavior
I should be able to see the instance of my application with related redux states & events.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
NEXT-1389
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster
https://stackblitz.com/edit/nextjs-z7lnws?file=app/store.js
To Reproduce
counterDescribe the Bug
Its only show the next-router instance. There is no other instance for me to see the states & events related to my application.
Not sure if its related but, I saw this warning on the console.
Expected Behavior
I should be able to see the instance of my application with related redux states & events.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
NEXT-1389