Lei
Lei
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** v2.0.0-alpha.4 **What browser are you using?** Edge **Reproduction URL** https://stackblitz.com/edit/stackblitz-starters-a9u657?file=app%2Fmenu-demo.tsx **Describe your issue**...
for #2484 ```ts declare module 'zod' { interface ZodMeta { foo: string } } const basicSchema = z.string().transform((val, ctx) => { console.log(ctx.meta.foo) return val.toUpperCase() }) const res1 = basicSchema.parse('zce', {...
When I use transform to convert the data type, I am not able to obtain the correct type. ```ts import { z } from 'zod'; import { printNode, zodToTs }...
https://github.com/contentlayerdev/contentlayer/issues/429 Contentlayer is now unmaintained with the last commit being 5 months ago. Now it can't work normally
- [ ] `@clack/prompts` - [ ] Improve template response speed - [ ] More template hosting solutions - [ ] Deno & Bun support
## ReferenceError: versions is not defined - at [...]/serve/node_modules/nuts-serve/lib/nuts.js:166:16 - at _rejected ([...]/serve/node_modules/octocat/node_modules/q/q.js:844:24) - at [...]/serve/node_modules/octocat/node_modules/q/q.js:870:30 - at Promise.when ([...]/serve/node_modules/octocat/node_modules/q/q.js:1122:31) - at Promise.promise.promiseDispatch ([...]/serve/node_modules/octocat/node_modules/q/q.- js:788:41) - at [...]/serve/node_modules/octocat/node_modules/q/q.js:604:44 - at...
https://github.com/zce/velite/blob/411f3da81382b40f6ac74f24c0fe1236c8e1db7f/src/schemas/image.ts#L20 https://github.com/nodeca/probe-image-size https://github.com/sindresorhus/image-dimensions
https://github.com/facebook/react/issues/29034#issuecomment-2143595195