rsnext/test/e2e/app-dir/app-alias
Shu Ding 98d6e47234
Fix type checking for generateStaticParams (#45788
Address the problem reported in
https://github.com/vercel/next.js/discussions/41745#discussioncomment-4936492.

## Bug

- [ ] Related issues linked using `fixes #number`
- [x] Integration tests added
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/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`
- [ ]
[e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
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`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2023-02-10 11:16:38 -08:00
..
src/app Fix type checking for generateStaticParams (#45788 2023-02-10 11:16:38 -08:00
ui Fix CSS imports from outside of the app dir when src folder is present (#42108) 2022-10-29 01:38:55 -07:00
app-alias.test.ts Move tests into their test folder (#44183) 2022-12-21 14:16:52 +01:00
next.config.js Use import to load page and layout (#42325) 2022-11-10 02:16:59 +00:00
package.json Use import to load page and layout (#42325) 2022-11-10 02:16:59 +00:00
tsconfig.json Bundle ssr client layer excepts react externals (#41606) 2022-10-22 16:33:51 -07:00