rsnext/test/integration/client-navigation
Sukka c85c41043d
fix(#37981): handle legacy link behavior with number type children (#38013)
## Bug

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

Fixes #37981.

When handling the legacy link behavior on the current version of Next.js, it only wraps single string child in `<a>` tag. The PR fixes the issue by also wrap single number child in `<a>` tag, too.
2022-06-25 20:07:40 +00:00
..
components Format missed files (#7464) 2019-05-29 18:19:32 -07:00
lib Upgrade styled-jsx (#19241) 2020-11-17 16:53:35 +00:00
pages fix(#37981): handle legacy link behavior with number type children (#38013) 2022-06-25 20:07:40 +00:00
public fix(next/head): assign bool attrs to match server (#20748) 2021-01-04 19:57:52 +00:00
test fix(#37981): handle legacy link behavior with number type children (#38013) 2022-06-25 20:07:40 +00:00
next.config.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00