Mario Alejandro Ruiz

Results 2 issues of Mario Alejandro Ruiz

I'm currently migrating from zod to valibot but haven't been able to get `instance` to work. Here is the original Zod code: ```js pictures: z .instanceof(File, { message: 'Please upload...

external

**Problem** When `variant="inset"`, `state="collapsed"`, and `collapsible="icon"`, the sidebar becomes misaligned due to the inset's left margin. **Solution** Added the following Tailwind utility to remove the margin in this specific state:...