Bruno Ribeiro
Bruno Ribeiro
Now it's possible to document arrays like this (at least on VS Code):  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...
Same problem here
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...
Really looking forward for this!