From e6da31d6a1adf901afdf2e25c856f4eedeebb3a1 Mon Sep 17 00:00:00 2001 From: Ziad Beyens Date: Fri, 19 Apr 2024 17:31:40 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7e100a..609d158 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,13 @@ code. which solves these challenges, so you can focus on your app. ```bash -yarn add zustand zustand-x +yarn add zustand@4.4.7 zustand-x ``` -Visit [zustand-x.udecode.io](https://zustand-x.udecode.io) for the +> [!IMPORTANT] +> `zustand` 4.5.0+ is not yet supported. See https://github.com/udecode/zustand-x/issues/79. + +Visit [zustand-x.udecode.dev](https://zustand-x.udecode.dev) for the API. ### Why `zustand-x` in addition to `zustand`?