Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/next.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b79fff9
Choose a base ref
...
head repository: vercel/next.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 99c5ba5
Choose a head ref
  • 4 commits
  • 13 files changed
  • 1 contributor

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c23f957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cbcdcc View commit details
    Browse the repository at this point in the history
  3. getClientReferenceManifestSingleton before we enter a clean AsyncLoca…

    …lStorage
    
    This ensures that if we implement that using AsyncLocalStorage we get the
    outer one that's currently executing the page.
    sebmarkbage committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0e49218 View commit details
    Browse the repository at this point in the history
  4. Include buildId into the cached arguments

    Because the Action ID is not yet unique per implementation of that Action we can't
    safely reuse the results across builds yet. In the meantime we add the buildId to the
    arguments as a seed to ensure they're not reused. Remove this once Action IDs hash
    the implementation.
    sebmarkbage committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    99c5ba5 View commit details
    Browse the repository at this point in the history
Loading