Peter Konokhov

Results 2 comments of Peter Konokhov

If you're using Next.js with [opennext ](https://opennext.js.org/cloudflare) `app/r2/[...key]/route.ts` ```typescript import { getCloudflareContext } from '@opennextjs/cloudflare' import { NextRequest, NextResponse } from 'next/server' export async function GET(_: NextRequest, { params }:...

@leaguefun I ran into the same problem on RN 0.75.2 and removing the `supportLibVersion` really fixed the build. However, it seems to be something important, can we just get rid...