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

useSearchParams - bailout to client rendering during static generation #43603

Merged
merged 23 commits into from Dec 12, 2022

Commits on Dec 1, 2022

  1. Copy the full SHA
    6396f16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ebd27f View commit details
    Browse the repository at this point in the history
  3. Replace staticGenerationBailout with bailoutToClientRendering in useS…

    …earchParams
    Hannes Bornö committed Dec 1, 2022
    Copy the full SHA
    acf5a12 View commit details
    Browse the repository at this point in the history
  4. Add handling for bailout error

    Hannes Bornö committed Dec 1, 2022
    Copy the full SHA
    2a68fc7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    649894f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c85f63e View commit details
    Browse the repository at this point in the history
  7. Update tests

    Hannes Bornö committed Dec 1, 2022
    Copy the full SHA
    c20dc49 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'canary' of https://github.com/hanneslund/next.js into u…

    …se-search-params-bailout
    Hannes Bornö committed Dec 1, 2022
    Copy the full SHA
    87d9010 View commit details
    Browse the repository at this point in the history
  9. Skip server response tests in dev

    Hannes Bornö committed Dec 1, 2022
    Copy the full SHA
    ad8a4c6 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3578702 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    ae3a6e6 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    343f91d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Copy the full SHA
    0f3e30f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Merge branch 'canary' of https://github.com/hanneslund/next.js into u…

    …se-search-params-bailout
    Hannes Bornö committed Dec 5, 2022
    Copy the full SHA
    c406aa3 View commit details
    Browse the repository at this point in the history
  2. Fix return types

    Hannes Bornö committed Dec 5, 2022
    Copy the full SHA
    c8a9039 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Merge branch 'canary' of https://github.com/hanneslund/next.js into u…

    …se-search-params-bailout
    Hannes Bornö committed Dec 8, 2022
    Copy the full SHA
    2df8694 View commit details
    Browse the repository at this point in the history
  2. Add failing test for navigating with force-static

    Hannes Bornö committed Dec 8, 2022
    Copy the full SHA
    040795c View commit details
    Browse the repository at this point in the history
  3. Remove bad force-static handling from client

    Hannes Bornö committed Dec 8, 2022
    Copy the full SHA
    8e96a8f View commit details
    Browse the repository at this point in the history
  4. Reuse dynamic-no-ssr suspense

    Hannes Bornö committed Dec 8, 2022
    Copy the full SHA
    f249bac View commit details
    Browse the repository at this point in the history
  5. Skip force-static tests

    Hannes Bornö committed Dec 8, 2022
    Copy the full SHA
    2675cbf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c12de2e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Copy the full SHA
    ba12175 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Copy the full SHA
    758324f View commit details
    Browse the repository at this point in the history