Ant design uses the children property in your data to display a tree structure in your table, and it accepts an array not a string, thus the error. You can tell the Table component to use a different name for this feature by using the childrenColumnName prop, like this :
<Table childrenColumnName="antdChildren" />
Read more about the table tree data structure here
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…