Bruno Ribeiro

Results 7 comments of Bruno Ribeiro

Now it's possible to document arrays like this (at least on VS Code): ![Captura de tela de 2020-11-24 16-18-31](https://user-images.githubusercontent.com/3811141/100141150-b69eb000-2e70-11eb-90d9-6f166d1296c1.png) It's also possible to name elements: ![Captura de tela de 2020-11-24...

> @brunoenribeiro what exact values are expected to be passed in both of your examples? It's not immediately clear what a named element in an array is. Hey there! Sorry...

I'm facing this issue right now. I'm not sure if the UX problem @erquhart explained is common, because I'm another user expecting that an optional field should pass validation if...

Stumbled upon this issue as well. We used `argTypes` as a workaround. @MondaySam's example would look like this: ```js // button.js export const BTN_SIZES = { SMALL: 'small', REGULAR: 'regular',...

Hi there. I'm getting this error too. My env: ``` - Node 16.13.1 - Nuxt 2.15.7 - Yarn 1.22.15 - @nuxt/image ^0.7.1 ``` I've installed @nuxt/image by running `yarn add...