Ian VanSchooten

Results 155 issues of Ian VanSchooten

### Describe the bug I'm not sure this is really a _bug_ per se, but I do think it's undesired. When choosing to use subpath imports as part of the...

bug
needs triage
automigrations
csf factories

### Describe the bug When I ran the automigration, a few types were removed. These were: ```ts type CountOnCloseCallsProps = Omit; // used as: /** Helper component which tracks how...

bug
typescript
needs triage
automigrations

### Describe the bug This was one of my earlier experiments with the CSF object notation, and the automigrator didn't seem to handle it quite correctly. Not a big deal,...

bug
csf
automigrations
sev:S3
upgrade:10.0
csf factories

### Describe the bug I get an error when specifying `render: (args) => ...` . If I remove `args`, it works fine. ### Reproduction link https://github.com/IanVS/csf-factories-issues/commit/3524549f756c06efe5234f69b4e03e0e63ce6002 ### Reproduction steps Clone...

bug
sev:S2
upgrade:10.0
csf factories

### Describe the bug I would expect to get an error when using meta.story() if there are required args, but I don't pass any object in. ### Reproduction link https://github.com/IanVS/csf-factories-issues/commit/9c34239bb1c99b01235ea966d295453aeb86e8e5...

bug
sev:S2
upgrade:10.0
csf factories

I have decided to add extensions to my typescript module imports, and `import-x/extensions` has been a godsend for the migration. However, one thing I've noticed is that when using the...

And remove unused eslint plugins

### Describe the bug I'm experimenting with the new [typesafe csf-factories](https://github.com/storybookjs/storybook/discussions/30112), and noticed that the parameters of custom decorators specified in preview.ts are not inferred. I can still use module...

bug
documentation
csf
sev:S2
upgrade:10.0
csf factories

I see that @prettier/plugin-oxc went to 0.1.0, which means there were breaking changes. I'm a plugin author supporting plugin-oxc as a peer dependency, and would like to know if anything...

### Version Number 5.2.1 ### Codesandbox/Expo snack https://stackblitz.com/edit/vitejs-vite-cntkt5yv?file=README.md ### Steps to reproduce 1. Read the readme of the stackblitz 2. Focus the input in the preview and press enter 3....