Skip to content

Commit

Permalink
docs: edit comment about zustand
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Apr 20, 2024
1 parent fedfbd9 commit b8362a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Check out the [**React**](https://manapotion.org/), [**Vue**](https://vue.manapo
- If you use **Svelte**, install `@manapotion/svelte`
- If you don't use these frameworks, install `@manapotion/vanilla`

The React version of Mana Potion uses [Zustand](https://github.com/pmndrs/zustand) v4 internally. If one of your project dependencies uses Zustand v3 (React Three Fiber for instance), you will have conflicting Zustand versions and will get an [error](https://github.com/verekia/manapotion/issues/39). In this case, please add `zustand` v4+ to your dependencies.
Mana Potion uses [Zustand](https://github.com/pmndrs/zustand) v4 internally. If one of your project dependencies uses Zustand v3 (**React Three Fiber** for instance), you might get [an error](https://github.com/verekia/manapotion/issues/39). In this case, please add `zustand` v4+ to your own dependencies.

## Getting started

Expand Down

0 comments on commit b8362a6

Please sign in to comment.