Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update useId to work correctly in React 18 and React 18 strictmode #26465

Merged
merged 8 commits into from
Jan 24, 2023

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    aa58d21 View commit details
    Browse the repository at this point in the history
  2. change file

    sopranopillow committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5a38bc4 View commit details
    Browse the repository at this point in the history
  3. moving replace to be specific to style tag and return providedId when…

    … provided and React.useId is available
    sopranopillow committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1fda3c7 View commit details
    Browse the repository at this point in the history
  4. update ?? to ||

    sopranopillow committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f284803 View commit details
    Browse the repository at this point in the history
  5. change file

    sopranopillow committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    fff1a61 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. minor change

    sopranopillow committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    385327a View commit details
    Browse the repository at this point in the history
  2. add requested changes

    sopranopillow committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    9675b5a View commit details
    Browse the repository at this point in the history
  3. adding comment

    sopranopillow committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a7e92b9 View commit details
    Browse the repository at this point in the history