Open
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
antd
Version
5.6.2 5.7.2
Current Behavior
If we pass the idPrefix
prop to the <Form />
, the description of the form duplicates.
Expected Behavior
There should be no duplicated description.
Steps To Reproduce
- Visit https://codesandbox.io/s/github/wangleng-shopee/rjsf-idprefix-duplicate?file=/src/App.tsx
- Use the "Add idPrefix to Form" switch to toggle the
idPrefix
prop, in order to see the effect.
Environment
- OS: macOS
- Node: 16.14.0
- yarn: 1.22.17
Anything else?
No response