You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #615 I used the ScaleComponents as Webcomponent in Typescript and there are many properties which aren't optional,
because of that, the typescript compiler told me to set these properties
I will make a PR for these, but that are so many, that's why I opened this Issue to take a look at them and discuss which are props are necessarry.
Props that should be requiered:
label
Props with default values shouldn't be requiered
I will include these that don't match the last two statements.
Hello there,
In #615 I used the ScaleComponents as Webcomponent in Typescript and there are many properties which aren't optional,
because of that, the typescript compiler told me to set these properties
I will make a PR for these, but that are so many, that's why I opened this Issue to take a look at them and discuss which are props are necessarry.
Props that should be requiered:
Props with default values shouldn't be requiered
I will include these that don't match the last two statements.
We need to decide which of these should stay required and which are optional :)
The text was updated successfully, but these errors were encountered: