Magued ABOU ALI

Results 4 issues of Magued ABOU ALI

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information ``` Operating System: Platform: darwin Arch: arm64 Version:...

template: bug

I have already made a ticket for this, but i'm giving here some details. Pre-fetching (with `` or `router.prefetch()`) dynamic routes like `app/test/[testId]/leaf` (with one segment over the dynamic param)...

area: app

Adding support for : - `memory`, `maxDuration` and `regions` for Serverless Functions - `envVarsInUse` and `regions` for Edge Functions I tried to keep the types structure defined here: https://vercel.com/docs/build-output-api/v3 without...

pkg:adapter-vercel

I got this error: ``` index.mjs:54 Uncaught TypeError: stop is not a function at index.mjs:54:17 at behavior.ts:6:52 ``` when a menu (dropdown) is unmounted while redirecting. Seems like it has...