rsnext/test/e2e/app-dir
Tim Neutkens f92a4cee8a
Add failing case for location throw (#40445)
Found that the cause was that `React.useId()` returns the same value across requests whereas it was being used to create a unique key. On further inspection that code could be removed altogether as `id` was not used client-side and the `rscCache` map is no longer needed as the flight instance is already being created per request so it can live in the context of the request execution.


## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have 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 helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-09-12 12:45:37 +00:00
..
app Add failing case for location throw (#40445) 2022-09-12 12:45:37 +00:00
app-prefetch Add prefetch to new router (#39866) 2022-09-06 17:29:09 +00:00
app-rendering Bypass empty pages folder for layouts (#40132) 2022-09-03 00:13:47 +00:00
rsc-basic Fix page url for edge routes in app dir (#40361) 2022-09-08 14:57:56 -07:00
index.test.ts Add failing case for location throw (#40445) 2022-09-12 12:45:37 +00:00
rendering.test.ts Bypass empty pages folder for layouts (#40132) 2022-09-03 00:13:47 +00:00
rsc-basic.test.ts Fix page url for edge routes in app dir (#40361) 2022-09-08 14:57:56 -07:00