Infinite loops #2962
Unanswered
samirhembrom
asked this question in
Bug report
Infinite loops
#2962
Replies: 1 comment 1 reply
-
Thanks for reporting! const squares = useGameStore((state) => state.squares)
const setSquares = useGameStore((state) => state.setSquares) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code is from Tutorial: Tic-Tac-Toe
Inside board component
this statement is causing infinite loops.
Beta Was this translation helpful? Give feedback.
All reactions