Tommi Lepola
Tommi Lepola
This actually seems to work as expected with the semantic-ui and both material-ui themes (4 and 5). With other themes either the value is given the `enumName`, or `"null"` (which...
The issue with semantic-ui and material-ui themes is that the field is emptied when the `null` value is selected: Even though it should say `"None"`, because that is the given...
> @f4irline I'm sorry to say but `enumNames` support is being dropped in version 5 as there are options that work with `oneOf` (see #532 for how to do it)....
Having this issue as well
> For people experiencing this issue: > > * does the workaround work for you? > * have you tried the angular builder https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#sb-angular-builder I'm using the Angular builder as...
> I have a use case where I'm running madge in CI to check for circular dependencies. I just noticed that if you generate the dependency graph when checking for...