Category "zustand"

Zustand Error: Invalid hook call. Hooks can only be called inside of the body of a function component

Getting error Error: Invalid hook call. Hooks can only be called inside of the body of a function component. in a next.js environment when I try to use Zustan

Zustand is updating all the components on single property state change

Two different child components using the Zustand store are rendered on every state change. Though the state property they are using in the component is not upda