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

Remove flight-browser fixture #28828

Merged
merged 1 commit into from
Apr 12, 2024

Commits on Apr 11, 2024

  1. The flight-browser fixtures doesn't make sense. It also uses UMD buil…

    …ds which are now removed so we'd have to make it use esm.sh or something and really it just won't work because it needs to be built by webpack to not error. We could potentially shim the webpack globals but really the right thing is to publish the esm version of react-server and use esm.sh to load a browser only esm demo of react-server. This change removes the flight-browser fixtures
    gnoff committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    386ffb3 View commit details
    Browse the repository at this point in the history