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

Move ReactDOMLegacy implementation into RootFB #28656

Merged
merged 4 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Move ReactDOMLegacy implementation into RootFB

    Only the FB entry point has legacy mode now so we can move the remaining
    code in there.
    sebmarkbage committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ac2506a View commit details
    Browse the repository at this point in the history
  2. Turns on disableLegacyMode for OSS

    gnoff authored and sebmarkbage committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0117c04 View commit details
    Browse the repository at this point in the history
  3. Fix test

    sebmarkbage committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    30225e9 View commit details
    Browse the repository at this point in the history
  4. Disable legacy mode in Modern www builds

    These already don't expose the entry points to create legacy roots.
    sebmarkbage committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    12ab8d6 View commit details
    Browse the repository at this point in the history