Type error: Argument of type 'StateCreator<... #2892
Replies: 1 comment 11 replies
-
This works: https://tsplay.dev/NV8AZW Can you reproduce it in the TS playground? |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
By following the documentation and examples, typescript will throw error below. Found similar issue 2168 and fix #2170 but seems like issue returned?
I tested it on "zustand": "^5.0.2"
Code:
Reproduction Link
Create new store with example code from docs
Beta Was this translation helpful? Give feedback.
All reactions