rsnext/packages
Balázs Orbán a037c0867d
fix(ts): use AppProps's generic for pageProps (#38867)
Currently, you cannot set `pageProps`'s type when using `AppProps`'s generic, it's always `any`.

Before:
![image](https://user-images.githubusercontent.com/18369201/180234440-3b37460c-ff92-413f-9d1c-38e35e35a5b4.png)


After:
![image](https://user-images.githubusercontent.com/18369201/180234644-335eec85-0315-4ff8-aba1-53edf0b64e1a.png)



## 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-08-26 01:10:11 +00:00
..
create-next-app v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
eslint-config-next v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
eslint-plugin-next v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next fix(ts): use AppProps's generic for pageProps (#38867) 2022-08-26 01:10:11 +00:00
next-bundle-analyzer v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next-codemod v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next-env v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next-mdx v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next-plugin-storybook v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next-polyfill-module v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next-polyfill-nomodule v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
next-swc v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
react-dev-overlay v12.2.6-canary.5 2022-08-24 15:18:19 -05:00
react-refresh-utils v12.2.6-canary.5 2022-08-24 15:18:19 -05:00