Types not up to date with nextjs 15
Hi,
When trying to use this with nextjs 15 types using the app router, there is no way to convert NextRequest in something like a function POST(req: NextRequest, res: NextResponse) to an IncomingMessage.
Thanks for taking the time to report this issue. Probably, adding a kind of converter would be necessary to resolve it but I don't have the bandwidth for it right now. If anyone is interested in this enhancement, I am happy to merge the changes and release new versions including them.
If you're looking for a solution that is already available right now, I'd recommend using this library: https://github.com/seratch/slack-edge
@seratch wow the slack edge solution looks great. I think this will work for us. I've been digging into this more the last day or two and surprised I haven't ran into it.
thank you!