Michael Kreuzmayr
Michael Kreuzmayr
I found out something interessing. Type inference via `InferGetServerSidePropsType` seems to be working as long as I only return props. ```typescript return { props: { user: { firstName, lastName }...
@binajmen The easiest solution imo would be by adding a PageProps type to `GetServerSideProps` generic. If there is a fix that the type infer starts working without the extra type...
Hey @KATT, thanks for your solution! You do not need to cast `{ notFound: true }` to `const` if you change your `GetSSRResult` `notFound` type to `boolean`. ### `utils/inferSSRProps.ts` ```typescript...
@sebhildebrandt of course you are right, the default gateway is part of the routing, but it is also associated with an interface. By calling the `si.networkGatewayDefault(cb)` function you are only...
@sebhildebrandt i wired up an example network to show you. The wmic command i used is `wmic path Win32_NetworkAdapterConfiguration get Caption, IPAddress, DefaultIPGateway`. I only specified Caption, IPAddress and DeafultIPGatway...
I am not sure if this is connected to my problem, but after updating to the latest `@react-email/preview` I am not receiving mails in Outlook anymore. If I remove the...
maybe related to #58756
@skve You mean that this is an additional way to reproduce right? Because I am not using any imported client components from a package in my example. It would help...
I find, by the fact that this is a showcase example, that has gotten a lot of attention and is being forked/cloned for personal projects by many people learning Next.js,...
@Alex01d Thanks for the info! I just checked and it is also working with `14.3.0-canary.46`. Thank you for all the workarounds, I am closing this for now.