To avoid:
Hooks can only be called inside of the body of a function component.
Use zustand/vanilla instead:
import { createStore } from 'zustand/vanilla'; export const useOrganisationStoreBase = createStore<OrganisationStore>()(...)