docs: update hook name from useStore to useBear#3233
Conversation
Zustand already provides a `useStore` hook, and reusing the same name for a custom hook could lead to confusion if someone accidentally imports the wrong one. To avoid this, I’ve renamed the custom hook to `useBear`. The name is short, memorable, and aligns with Zustand’s playful style.
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
@ugouhar is attempting to deploy a commit to the Poimandres Team on Vercel. A member of the Team first needs to authorize it. |
@abernier please. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
✅ done, but i wont be able to authorize them all in the future, we have to find a solution 🤔 |
In my case, I gave up the protection.
as my project doesn't have Environment Variables, nor OIDC Federation is enabled. |



Zustand already provides a
useStorehook, and reusing the same name for a custom hook could lead to confusion if someone accidentally imports the wrong one. To avoid this, I’ve renamed the custom hook touseBear. The name is short, memorable, and aligns with Zustand’s playful style.Related Bug Reports or Discussions
Fixes #
Summary
Check List
pnpm run fixfor formatting and linting code and docs