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
The <Step/>description field is typed as string | undefined, but it actually works perfectly fine with React elements too. If the typing is updated this adds extra flexibility to the description field.
The
<Step/>
description
field is typed asstring | undefined
, but it actually works perfectly fine with React elements too. If the typing is updated this adds extra flexibility to the description field.chakra-ui-steps/src/components/Step/index.tsx
Line 19 in b457fcf
chakra-ui-steps/src/components/StepLabel/index.tsx
Line 9 in b457fcf
The text was updated successfully, but these errors were encountered: