Per-Page Layouts in T3
Hey guys I was attempting to implement per page layouts on the t3 starter template as shown here:
https://nextjs.org/docs/basic-features/layouts#with-typescript
I kept running into Typescript issues. Any way I could go about this in a way I could make Typescript happy?
There is a squiggly line on
Feel free to suggest a better approach for this.
https://nextjs.org/docs/basic-features/layouts#with-typescript
I kept running into Typescript issues. Any way I could go about this in a way I could make Typescript happy?
There is a squiggly line on
MyApp and the getLayout function argument in the return.Feel free to suggest a better approach for this.
Learn how to share components and state between Next.js pages with Layouts.

