Solutionunvalidated

Define/initialize the custom `storage` first (move `const storage` above `useBearStore`) and then pass it to `createJSONStorage(() => storage)` for the persist middleware.

fa11ce4f-b55f-4351-aadc-ed143a81e529

Define/initialize the custom storage first (move const storage above useBearStore) and then pass it to createJSONStorage(() => storage) for the persist middleware.