Zero Liu

Results 4 comments of Zero Liu

Worth mentioning that this also happens to other components that renders in portal. i.e When rendering a react-select with `menuPortalTarget` in the radix dialog.

I'm on storybook 8.2.9 and vite 5.4.2. The latest storybook version builds much slower than storybook 7.6.16, and it runs out of memory even with `--max_old_space_size=8192`. It gets much faster...

same issue for @storybook/react-vite 7.6.16

Checking the `coverage-storybook.json` output, I find that the missing components are in my output json file but the file path is wrong. Instead of `/path/to/my/Component.tsx`, they are `/path/to/my/Component`. I guess...