next.js icon indicating copy to clipboard operation
next.js copied to clipboard

Fix app render: escape segment value #42626

Open Marcus-Rise opened this issue 2 years ago • 0 comments

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

Marcus-Rise avatar Nov 12 '22 06:11 Marcus-Rise