rsnext/test/integration/custom-routes/pages/_sport/[slug]
JJ Kasper 6da71321df
Ensure beforeFiles client-side resolving handles dynamic routes (#36317)
This fixes resolving `beforeFiles` rewrites with `next/link` as previously we weren't resolving the destination to a dynamic route since the resolving was being marked as finished when it shouldn't be during `beforeFiles`. 

## Bug

- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
- [x] Errors have helpful link attached, see `contributing.md`

Fixes: https://github.com/vercel/next.js/issues/35402
2022-04-21 14:58:43 +00:00
..
index.js Ensure beforeFiles client-side resolving handles dynamic routes (#36317) 2022-04-21 14:58:43 +00:00
test.js Ensure beforeFiles client-side resolving handles dynamic routes (#36317) 2022-04-21 14:58:43 +00:00