next.js
next.js copied to clipboard
Fix app render: escape segment value #42626
Fix: https://github.com/vercel/next.js/issues/42398
relates to https://github.com/vercel/next.js/pull/42626#pullrequestreview-1172032873
Bug
- [x] Related issues linked using
fixes #number
- [x] Integration tests added
- [x] Errors have a helpful link attached, see
contributing.md
Feature
- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using
fixes #number
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see
contributing.md
Documentation / Examples
- [ ] Make sure the linting passes by running
pnpm build && pnpm lint
- [ ] The "examples guidelines" are followed from our contributing doc