Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information