k8o
k8o
I could not find the cause of the error. The type inference should be correct in local.
Yes! I've created a PR in #58. Could you please review it?
We noticed that the type of values not included in `CssProperties`, such as `textStyle`, is broken, although from existing. The type below will be `any`. ```ts { textStyle?: ConditionalValue }...
@Quramy I had the same problem, but was able to solve it by using the `5.0.1-alpah.0` version.Thanks for shipping! > This error does not occur for webpack based Storybook. It...
If this idea is adopted, I would like to be in charge of its implementation.
@jguddas There is a way to limit Prefix and Suffix, but there is no way to limit aliases. I want to use only `Home` as the import style. Currently, if...
It is necessary to create a file that brings together icons and is required when importing icons or exporting customised icons. ```tsx:icon.tsx import { Bell, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleAlert,...