We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
截图可以看到 在 StepForm 那层的 children 是对的 但是到了 BaseForm 的 children 直接被覆盖了
StepForm
children
BaseForm
我有在 StepsForm.Step 包了一层,AUIProStepsFormStep 会有自己的渲染逻辑, 但是直接被覆盖了 更神奇的是我没把 title 传给 StepsForm.StepForm 也会自动渲染
StepsForm.Step
AUIProStepsFormStep
title
StepsForm.StepForm
https://codesandbox.io/p/sandbox/proform-example-forked-stppy3
保留 StepsFormStepWrapper 的渲染逻辑
StepsFormStepWrapper
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 bug 描述
截图可以看到
在
StepForm
那层的children
是对的但是到了
BaseForm
的children
直接被覆盖了我有在
StepsForm.Step
包了一层,AUIProStepsFormStep
会有自己的渲染逻辑,但是直接被覆盖了
更神奇的是我没把
title
传给StepsForm.StepForm
也会自动渲染📷 复现步骤
https://codesandbox.io/p/sandbox/proform-example-forked-stppy3
🏞 期望结果
保留
StepsFormStepWrapper
的渲染逻辑💻 复现代码
© 版本信息
🚑 其他信息
The text was updated successfully, but these errors were encountered: