Peter Agar

Results 6 comments of Peter Agar

In your `.storybook/main.js` add: ```js module.exports = { typescript: { reactDocgen: "react-docgen-typescript", reactDocgenTypescriptOptions: { customComponentTypes: ["VoidFunctionComponent"], ... ``` Some details about this config on https://storybook.js.org/docs/react/configure/typescript. It doesn't say a lot,...

Sorry @gejimayu I'm not really familiar with the details of how this all works, and nothing jumps out at me as to what could be causing your issue. I only...

> This is already possible to achieve in React Aria. It is not something we would likely support in React Spectrum any time soon. Hi @snowystinger, thanks for looking into...

Thanks @hernanponcetta, that [workaround](https://github.com/adobe/react-spectrum/issues/1513#issuecomment-1172267250) is working for us too.

I ran into this issue as well. I would like to migrate to Storycap from Loki as it seems to be significantly faster, but the large screenshots make comparing changes...

Looks like there is ongoing discussion about this on - https://github.com/tailwindlabs/tailwindcss-intellisense/issues/837 - https://github.com/tailwindlabs/tailwindcss-intellisense/pull/840 But both of those tickets are closed so not sure if the conversation is surfacing. Could we...