Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(typo): fix import of setPosition #2799

Merged
merged 1 commit into from
Oct 18, 2024
Merged

fix(typo): fix import of setPosition #2799

merged 1 commit into from
Oct 18, 2024

Conversation

legcy143
Copy link
Contributor

@legcy143 legcy143 commented Oct 18, 2024

there is a typo mistake while importing the setposition from positionstore

wrong : const setPosition = useStore(positionStore, (state) => state.setPositionStore)
correct : const setPosition = useStore(positionStore, (state) => state.setPosition)

Related Bug Reports or Discussions

Fixes #
spelling mistake of this line

const setPosition = useStore(positionStore, (state) => state.setPosition)

Summary

Check List

  • pnpm run prettier for formatting code and docs

there is a typo mistake while importing the setposition from positionstore

 wrong : const setPosition = useStore(positionStore, (state) => state.setPositionStore)
correct :  const setPosition = useStore(positionStore, (state) => state.setPosition)
Copy link

vercel bot commented Oct 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
zustand-demo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 4:32am

Copy link

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.

@dai-shi dai-shi merged commit f9b5538 into pmndrs:main Oct 18, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants