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

[next] Add tests for optional catch-all fallback true page params #5247

Merged
merged 8 commits into from Jan 5, 2021

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Oct 2, 2020

This adds tests for optional catch-all fallback: true pages to ensure the params are normalized correctly. These should be failing initially until the PR with the normalizing fix in Next.js is released to canary.

x-ref: vercel/next.js#17220

@ijjk ijjk requested a review from Timer as a code owner October 2, 2020 05:16
kodiakhq bot pushed a commit to vercel/next.js that referenced this pull request Oct 5, 2020
This makes sure to normalize the params for optional catch-all routes on Vercel since for `fallback: true` pages the `[[...paramName]]` value will be provided for the undefined/root param which needs to be normalized. 

Tests have been added in vercel/vercel#5247 and were manually tested with the changes in this PR with https://github.com/ijjk/next-update-loader

Fixes: #17220
x-ref: vercel/vercel#5247
Timer
Timer previously approved these changes Jan 4, 2021
@ijjk ijjk added the semver: patch PR contains bug fixes label Jan 4, 2021
@ijjk ijjk requested a review from styfle January 4, 2021 22:17
@kodiakhq kodiakhq bot merged commit 0377c8b into master Jan 5, 2021
@kodiakhq kodiakhq bot deleted the ijjk/test/optional-fallback-revalidate branch January 5, 2021 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch PR contains bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants