We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41924df commit 1392c51Copy full SHA for 1392c51
docs/guides/slices-pattern.md
@@ -113,6 +113,8 @@ export const useBoundStore = create(
113
)
114
```
115
116
+Please keep in mind you should only apply middlewares in the combined store. Applying them inside individual slices can lead to unexpected issues.
117
+
118
## Usage with TypeScript
119
120
A detailed guide on how to use the slice pattern in Zustand with TypeScript can be found [here](./typescript.md#slices-pattern).
0 commit comments