Joshua Bolk

Results 5 comments of Joshua Bolk

### Issue (fix below) I found the problem in my case. The parent needs a [specific height](https://developer.mozilla.org/en-US/docs/Web/CSS/height#browser_compatibility) for `h-full` to work. ``` // [MDN docs | height](https://developer.mozilla.org/en-US/docs/Web/CSS/height#browser_compatibility) Percentages | The...

@poorvasingh04 I am not sure which internal API you are referring to. `revalidateTag`, `"use cache"`, `cacheLife` nor `cacheTag` are internal APIs

@mrlubos we could have an improved single zod schema but it depends. Would it be possible coerce all number types? `age: z.coerce.number(),` will accept `5 | "8"` but not `"John"`...

@mrlubos that would be great, I will await and hope to see the feature in a future release. Thank you