steps icon indicating copy to clipboard operation
steps copied to clipboard

Bug: Steps.Step not working

Open promise96319 opened this issue 11 months ago • 0 comments

Demo

<Steps current={1}>
  <Steps.Step title="first" />
  <Steps.Step title="second" />
  <Steps.Step title="third" />
</Steps>

Background

This demo in official docs is not working. The source code in steps.tsx not parse children props, but uses items: StepsProps[] to render children. Steps.Step doesn't work at all.

promise96319 avatar Nov 11 '24 03:11 promise96319