Nextjs 15 Breaking Changes
11/10/2024
This is a breaking change with Nextjs v15 because params
is now async.
https://nextjs.org/blog/next-15#async-request-apis-breaking-change
Before:
After:
11/10/2024
This is a breaking change with Nextjs v15 because params
is now async.
https://nextjs.org/blog/next-15#async-request-apis-breaking-change
Before:
After: