Colin Lienard

Results 4 issues of Colin Lienard

### Environment - Operating System: `Windows_NT` - Node Version: `v17.0.0` - Nuxt Version: `3.0.0-rc.3` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `css`, `modules`, `ssr`, `target`, `typescript` -...

- Closes #1376 ## 📝 Description Add a TimePicker component ## 🚀 New behavior - Input with the value as a string - Trigger to open a menu - Choose...

### Describe the bug When defining an Action with explicit parameter types, the compiler still infers the parameters as `any`, leading to type errors when accessing properties: ![image](https://github.com/user-attachments/assets/a986163a-0c4a-433b-b0ae-aeeb8d28f42d) But this...

Add support for [customConditions](https://www.typescriptlang.org/tsconfig/#customConditions) in ESM. For example, if a tsconfig contains this: ```json { "compilerOptions": { "customConditions": ["source"], } } ``` passing the condition as an arg to the...