fix: Steps responsive warning (#29599)

close #29596
This commit is contained in:
afc163 2021-03-03 11:28:38 +08:00 committed by GitHub
parent 3c6e1ca877
commit 1e9b28d787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ const Steps: StepsType = props => {
return (
<RcSteps
icons={icons}
{...omit(props, ['percent'])}
{...omit(props, ['percent', 'responsive'])}
direction={getDirection()}
stepIcon={stepIconRender}
prefixCls={prefixCls}