在使用antd中的锚点组件时,我尝试将jsx存入useImmer 状态里,结果报错 Cannot assign to read only property '_status' of object '#<Object>';
解决方式:useImmer中存入组件的 id 或者 其他什么数据,再通过id或者其他什么属性去查找对应的 jsx