typed-route-handler icon indicating copy to clipboard operation
typed-route-handler copied to clipboard

Add support for Next.js 15 async params

Open venables opened this issue 1 year ago • 0 comments

As of 15.0.0-canary.171, next.js defaults to using a promise for the params type. This updates our types accordinglu.

See the PR on next.js for more info: https://github.com/vercel/next.js/pull/68812

venables avatar Oct 10 '24 00:10 venables