Missing Highlight for Newly Added Line in Tic-Tac-Toe Tutorial #2927
Unanswered
jisunipark
asked this question in
General
Replies: 1 comment
-
Thanks. Feel free to send a PR! zustand/docs/guides/tutorial-tic-tac-toe.md Line 798 in 2e6d881 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know this is a very minor issue, but I noticed there is a newly added line in the Tic-Tac-Toe tutorial that isn’t highlighted. It occurs in the second code block of the “Taking Turns” section. The line
setXIsNext(!xIsNext)
, which is the last line of thehandleClick
function, is new compared to the previous code snippet, yet it isn’t highlighted.Beta Was this translation helpful? Give feedback.
All reactions