diff --git a/docs/guides/slices-pattern.md b/docs/guides/slices-pattern.md index b3c058015..c006bc93a 100644 --- a/docs/guides/slices-pattern.md +++ b/docs/guides/slices-pattern.md @@ -113,6 +113,8 @@ export const useBoundStore = create( ) ``` +Please keep in mind you should only apply middlewares in the combined store. Applying them inside individual slices can lead to unexpected issues. + ## Usage with TypeScript A detailed guide on how to use the slice pattern in Zustand with TypeScript can be found [here](./typescript.md#slices-pattern).