React 19中FormRender tabList无法设置TabName
Author: karryYUCreated Nov 20, 2025Updated Nov 20, 2025
1.依赖仓库的版本(Dependencies versions):
"antd": "^5.29.1",
"form-render": "^2.5.6",
"react": "^19.2.0",2.问题描述(Bug description): 无法在schema Json中配置widget: tabList的props,页面只会出现默认的项目1,新增项目2,也无法配置每个content的内容,除非自定义。
3.出现问题的 schema demo(Reproduction schema demo):
const schema = {
// ...
}4.最小复现 demo(Reproduction demo):
form-render demo https://codesandbox.io/s/unruffled-flower-jl78h table-render demo https://codesandbox.io/s/sweet-euler-bdoty fr-generator demo https://codesandbox.io/s/s13sh
Source: alibaba/x-render