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

chore(rsc): Make Router-related imports safer for RSC #11644

Merged
merged 2 commits into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. chore(rsc): Make Router-related imports safer for RSC

    Safer, as in not importing React unless absolutely needed. So we don't
    end up with having two instances of React imported, or having React not
    be initialized properly
    Tobbe committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    292a5bf View commit details
    Browse the repository at this point in the history
  2. fix lint errors and warnings

    Tobbe committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fbf3321 View commit details
    Browse the repository at this point in the history