Skip to content

a-tree 的TreeProps['treeData']类型报错 #8185

New issue

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

Closed
huangmingfu opened this issue May 20, 2025 · 1 comment
Closed

a-tree 的TreeProps['treeData']类型报错 #8185

huangmingfu opened this issue May 20, 2025 · 1 comment
Labels

Comments

@huangmingfu
Copy link

它必须需要一个 key 字段,复现demo

Image

但是我用 fieldNames 指定替换了它的 keyid

const fieldNames: TreeProps['fieldNames'] = {
  children: 'child',
  title: 'name',
  key:'id'
};

Image

Copy link

Hello @huangmingfu, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!

你好 @huangmingfu,为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 issue 助手 来创建 issue 以方便我们定位错误。谢谢配合!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant