vercel / next-learn

Learn Next.js Starter Code
https://next-learn-dashboard.vercel.sh/
MIT License
3.82k stars 1.94k forks source link

Typescript error for experimental_ppr export #841

Open ant-jv opened 3 months ago

ant-jv commented 3 months ago

I'm following the tutorial here: https://nextjs.org/learn/dashboard-app/partial-prerendering#implementing-partial-prerendering

I'm getting a typescript error saying this (see image below). What am I doing wrong, or what could I try to get rid of this? I tried to google this, but no luck with my programming skills 😄

Näyttökuva 2024-08-22 kello 20 19 28

ColDuc commented 1 month ago

HI, I am having the same problem. Did you resolve it in the end?