Skip to content

[Typo]: "Tutorial: Tic-Tac-Toe" document code and actual code in sandbox are inconsistent #7664

Open
@ousugo

Description

@ousugo

Summary

Image

Image

Page

https://react.dev/learn/tutorial-tic-tac-toe#inspecting-the-starter-code

Details

In the document, the first line of code in index.js is import { StrictMode } from 'react';, but in CodeSandbox, the first line of code is import React, { StrictMode } from "react";

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions