Anto Lepejian
Anto Lepejian
I'm also suffering from this in `7.6.16`, however, for me it appears to be due to a missing space. In everyone's screenshots, `function noRefCheck() {}` is rendered, however for me...
[v8.0.0](https://storybook.js.org/releases/8.0) has been released and contains my fix #26104 , which resolved this issue for me. Try upgrading as it might fix yours too 🤞🏼 if enough people confirm we...
Alternatively ``` // @ts-expect-error see https://github.com/rollup/plugins/issues/1662 commonjs(), ``` Which again isn't nice, but allows you to keep using a TS config file.
Would love to see this fix land 🙏🏼 This has causing a regression when running a React app in dev mode in an iframe, and app passes `window` as a...
I ran into this issue as well, removing `--max-turns` seems to have done the trick for me. Obviously not ideal as I want to limit the number of turns for...