Aaron Delasy
Results
2
issues of
Aaron Delasy
This code ```ts import { z } from "zod/v4"; export const elementInputSchema = z .discriminatedUnion("type", [ z.object({ type: z.literal("CONTAINER"), }), z.object({ type: z.literal("SCREEN"), config: z.object({ x: z.number(), y: z.number() }),...
### What is the documentation issue? I don't use global / middleware-based authorization (middleware.ts/proxy.ts). instead I'm using page-level authorization on every page. I tried migrating to Next.js v16 with Cache...
Cache Components