You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- label: I've added a link to a [TypeScript Playground](https://www.typescriptlang.org/play), a [StackBlitz Project](https://stackblitz.com/) or something else with a minimal reproduction.
about: Create a confirmed bug report. Please open a discussion otherwise.
2
+
name: Assigned issue
3
+
about: This is to create a new issue that already has an assignee. Please open a new discussion otherwise.
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
7
7
8
8
---
9
9
10
-
## Summary
11
-
12
-
13
-
14
-
## Link to reproduction
15
-
16
-
17
-
18
-
## Check List
19
-
20
-
Please do not ask questions in issues.
21
-
22
-
-[ ] I've already opened a [discussion](https://github.com/pmndrs/zustand/discussions) before opening this issue, or already discussed in other media.
23
-
24
-
Please include a minimal reproduction.
25
-
26
-
-[ ] I've added a link to a [typescript playground](https://www.typescriptlang.org/play) or [codesandbox](https://codesandbox.io) with a minimal reproduction.
27
-
28
-
Please check this if you're filing an issue regarding TypeScript.
29
-
30
-
-[ ] I've read the [typescript guide](https://github.com/pmndrs/zustand/blob/main/docs/guides/typescript.md), in particular that `create` is to be used as `create<T>()(...)` and not `create<T>(...)`.
0 commit comments