LOL871230823

Results 3 issues of LOL871230823

**1.依赖仓库的版本(Dependencies versions)**: - react:17.0.2 - form-render:2.4.2 - table-render: - antd:4.18.9 **2.问题描述(Bug description)**: form-render构建的表单,在recat组件中构建使用,发现在react组件销毁后,schema的结构、表单元素、相关子节点等未主动销毁,也并未接触对其的引用,相关节点占用的内存,在组件销毁后,未被垃圾回收机制检测到已解除引用,未回收;已发现有出现内存溢出的现场,长时间使用会造成系统卡顿,甚至无响应; ![image](https://github.com/alibaba/x-render/assets/76464148/9d644b85-0ca0-42de-bf88-91d5f9498beb) **3.出现问题的 schema demo(Reproduction schema demo)**: ```js const schema = { // ... } ``` **4.最小复现 demo(Reproduction...

### Describe the bug npm init ice icestark-framework @icedesign/stark-layout ![image](https://github.com/alibaba/ice/assets/76464148/6d1b8c84-7604-416b-b4d0-650334aff425) ![image](https://github.com/alibaba/ice/assets/76464148/3928479d-f70b-4e81-adf9-1dfafc8799aa) ![image](https://github.com/alibaba/ice/assets/76464148/7c3988a9-aba2-4c20-ac4e-4ca051aa0ca4) ### Expected behavior 希望可以想图片相关资源一样,可以正常导入 ### Actual behavior _No response_ ### Version of ice.js "@ice/app": "^3.0.0", ### Content of...

bug

### Describe the bug 使用默认约定式路由,首次加载css样式缺失,路由切换后,再次返回正常加载 ![image](https://github.com/alibaba/ice/assets/76464148/97bec993-df1f-413c-8694-e74a59af4f32) ![image](https://github.com/alibaba/ice/assets/76464148/12f45429-a560-41d5-be65-aff223411910) 使用配置式路由,首次可正常加载css样式 ![image](https://github.com/alibaba/ice/assets/76464148/39e0ca1c-954b-417d-a266-11c8e8aa3176) ![image](https://github.com/alibaba/ice/assets/76464148/bb3fec9b-872c-48e3-af06-e25a88215332) ![image](https://github.com/alibaba/ice/assets/76464148/67aaa889-0931-4089-a541-3d988f597329) ![image](https://github.com/alibaba/ice/assets/76464148/9fb60347-2e02-4bb3-94fb-c938327f266e) ### Expected behavior 使用约定式路由策略时,可正常加载css资源 ### Actual behavior 使用默认约定式路由,首次加载css样式缺失,路由切换后,再次返回正常加载 ![image](https://github.com/alibaba/ice/assets/76464148/97bec993-df1f-413c-8694-e74a59af4f32) ![image](https://github.com/alibaba/ice/assets/76464148/12f45429-a560-41d5-be65-aff223411910) ### Version of ice.js 3 ### Content of...

bug