stevenlyd
Results
1
comments of
stevenlyd
> @ClemannD There is a typo in the documentation that suggest `generateStaticParams` receives a params argument. It actually recieves an object with a params property. > > https://github.com/ClemannD/next-13-test-repo/blob/main/app/%5BcategorySlug%5D/%5BproductId%5D/page.tsx#L10 > >...