Levin Keller

Results 173 comments of Levin Keller

Okay. We should then remove the property from the config for `getStorybookUI` so TS gives an error when people try to set this. Maybe it should even throw an error...

My pleasure. I suggest to use a whitelist for the options parameters which are currently supported and throw if any excess / unsupported values are set by the user.

I still have this issue with `@storybook/react-native-server@npm:5.3.23`

Thanks @dannyhw! Following your comment I fixed my issue with an additional file `storybook/addons.ts` with this content: ```typescript import '@storybook/addon-actions/register' ``` I do not import this file in my apps...

This is still an issue for me. Trying to use yeoman in a monorepo and everything is always copied to the root, never the current folder. How did you solve...

@eugensunic Please read the deprecation [notice](https://github.com/redux-form/redux-form#%EF%B8%8F-attention-%EF%B8%8F) and consider using final form...

Is this being worked on? I think it is a big fat bug, right?

I am under the impression that maintenance is not happening here. Is this pipelined to be fixed? @denich Would it not be easier (and much better) to just write a...

The author has abandoned this project and is now working on final form. Issue should be closed as won't fix

Yes, I guess so but think that my issue is more actionable / straighter to the point. Happy to close this in favor of #484 if it makes sense to...