Brendan Drew

Results 16 comments of Brendan Drew

I also ran into this issue with the latest version. In addition to this: ``` rm -rf .serverless rm -rf node_modules npm i ``` I also had to: `rm -rf...

I have started using this and also want to be able to move these logs. Our use case is that we store all of our tests in a `tests` directory,...

Yes, I think upgrading would do the trick. I just ran into this as well and came to log this exact same bug. Thanks!

No, but I don't see this issue anymore, I'm not sure what changed, I can install 6.5.9 and newer versions without issue now. I won't close the issue for now...

I just ran into this as well, I believe it's because `paramKey` [is not specified here](https://github.com/storybookjs/addon-jsx/blob/master/src/register.tsx#L28-L31). This is what's required [according to storybook docs](https://storybook.js.org/docs/react/addons/addon-knowledge-base#disable-the-addon-panel)

I came here to open this same PR before finding this - Could someone review & merge this please?

> Create `useMultipleSelect` and `useMultipleCombobox` for better usage experience. Should be based on `useSelect`, `useCombobox` and `useTaglist`. +1 for this. In our design system we use downshift's hooks and found...

+1 I also hit this in my stories when running visual tests with applitools, but I haven't been able to make a simple reproduction so I didn't open an issue....

I also see this again after going through my dependencies and removing `react-textarea-autosize` because we don't use it - now I get the type issue when running `tsc` on my...

I'm not sure what you mean that it's being bundled in. It's still being imported from [here](https://github.com/storybookjs/storybook/blob/f013ffeb03377c6e1b76a9aabd94c180e3e3ef38/code/ui/components/src/components/form/input/input.tsx#L7), and it's still a devDependency [here](https://github.com/storybookjs/storybook/blob/f013ffeb03377c6e1b76a9aabd94c180e3e3ef38/code/ui/components/package.json#L83)