Redux devtools - Missing store/instance name #2906
Unanswered
RowinVanAmsterdam
asked this question in
Bug report
Replies: 1 comment 1 reply
-
@RowinVanAmsterdam would you mind creating a minimal repro on stackblitz? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
When passing a name option in the devtools middleware of Zustand, the specified name should appear as the Redux DevTools instance name. However, instead of reflecting the provided name, the instance often displays a numeric identifier (e.g., 1135658883/1) instead. Occasionally, the correct name is displayed, but this behavior is inconsistent and seems like unreliable.
Additional info:
"next": "15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.2"
Reproduction Link
https://github.com/RowinVanAmsterdam/ts-devtools-error
or
https://stackblitz.com/edit/stackblitz-starters-91joccqf?file=app%2Fpage.tsx
Beta Was this translation helpful? Give feedback.
All reactions