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

Support React 18 strict mode #100

Merged
merged 4 commits into from
Jun 24, 2023
Merged

Support React 18 strict mode #100

merged 4 commits into from
Jun 24, 2023

Commits on Jun 24, 2023

  1. Support React 18 strict mode

    React 18 changes how strict mode works in DEV - When a component is mounted, React now unmounts it then immediately mounts it again with the previous state.
    This surfaced a crash that mostly happened during hot refresh.
    guyca committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    68fc99b View commit details
    Browse the repository at this point in the history
  2. Upgrade to Jest 29

    guyca committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    03dbdd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19cbbce View commit details
    Browse the repository at this point in the history
  4. Don't run on Node 12

    guyca committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    7f67860 View commit details
    Browse the repository at this point in the history