Eugeny Voronin
Eugeny Voronin
Hello! That lib looks really promising, so thank you! I found an issue exploring modali with [bundlephobia](https://bundlephobia.com/[email protected]). From bundlephobia stats, it turns that modali uses `shortid` & `nanoid` in the...
## What are the steps to reproduce this issue? 1. Generate orval client with the following config: ``` export default defineConfig({ apiClient: { input: { target: 'http://localhost:3001/swagger-json', }, output: {...
### Issue description When content of `Command.List` is dynamic eg rendering result of a search API endpoint results the first item is not always selected by default. In case I...