-
Beta Was this translation helpful? Give feedback.
Answered by
dai-shi
Sep 16, 2020
Replies: 1 comment 4 replies
-
onClick={(id, currentVersion, position) => {
updatePosition({
id,
currentVersion,
positions: [position[0] - 1, position[1], position[2]]
});
}} should work? (if the signature of onClick is correct) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should work? (if the signature of onClick is correct)