docs: fix missing code highlights in tic-tac-toe tutorial#3527
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot created this pull request from a session on behalf of
dai-shi
June 15, 2026 23:12
View session
|
Size Change: 0 B Total Size: 13.1 kB ℹ️ View Unchanged
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Bug Reports or Discussions
#3526
Summary
Five code blocks in the tic-tac-toe tutorial had incorrect highlight ranges — either missing newly-introduced lines or over-highlighting lines already present from a prior step.
Board— "Declaring a Winner or Draw"{6-7,9,21}{6-7,9,20-21,40}Board— controlled component{1}{1,11}Game— addingjumpTo{29-44}{13-15,29-44}Game— addingcurrentMove{2-8}{4-5,8}Game— removingxIsNextfrom store{2-5,13,17}{6,13,17}Check List
pnpm run fixfor formatting and linting code and docs