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

Ensure useState and useReducer initializer functions are double invoked in StrictMode #28248

Merged
merged 5 commits into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. Ensure useState and useReducer initializer functions are double invok…

    …ed in StrictMode
    Sebastian Silbermann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6596c5c View commit details
    Browse the repository at this point in the history
  2. Fix Flow

    Sebastian Silbermann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c40cd29 View commit details
    Browse the repository at this point in the history
  3. buff up wording

    Sebastian Silbermann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    69abbc5 View commit details
    Browse the repository at this point in the history
  4. Ensure second invocation is dimmed

    Sebastian Silbermann committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f6d0c63 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. No try-finally for consistency

    Sebastian Silbermann committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3b83783 View commit details
    Browse the repository at this point in the history