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
../common/src/Styleguide.vue:195:47 - error TS2322: Type 'unknown' is not assignable to type 'boolean | undefined'.
Type 'unknown' is not assignable to type 'true'.
195 <StepsItem :number="1" title="Test" active></StepsItem>
The text was updated successfully, but these errors were encountered:
The
active
attribute should be inferred correctly in the following code:The component props definition:
Since v0.25.25, the following error is thrown:
The text was updated successfully, but these errors were encountered: