Reproduction link

Steps to reproduce
"x-component": "ArrayTable.Column",
"x-component-props": {
width: 80,
title: "Index",
align: "center",
sortable: true,
}
添加sortable,发现列组件上排序按钮不起作用.
What is expected?
期望可以正常排序
What is actually happening?
没有反应
Package
@formily/element@2.3.2
目前排查下来和RecursionField的使用有关. 我自己写的组件不使用RecursionField, 这个功能是正常的