金禅

Results 2 issues of 金禅

## **Describe the bug (required)** / **详细描述 bug(必填)** @alilc/lowcode-utils 中 buildComponents 里未兼容 rax 组件相关逻辑,对于没有接收 ref 的组件直接封装成 react 组件,导致 rax 组件渲染不成功; https://github.com/alibaba/lowcode-engine/blob/86b8889ec4c8e612528101879c31ea0f1642bb99/packages/utils/src/build-components.ts#L115 ``` component = findComponent(libraryMap, componentName, component); if (component) {...

### Component Tab ### Feature Description 一些框架会对组件的 key 进行覆盖,这样的话 Tab 的 activeKey 和 defaultKey 就无法生效了

improvement