提交 3708e954 编写于 作者: L lihong

lihong67@huawei.com

add 4.0.10.1 sdk changelog.
Signed-off-by: Nlihong <lihong67@huawei.com>
Change-Id: I288c95638bf5d33f9c839feee333aeaa576e55d1
上级 46ea0b8f
......@@ -113,3 +113,31 @@ struct Page3 {
}
}
```
## cl.arkui.2 更新4.0.10.x sdk后,出现组件功能异常的适配指导
更新4.0.10.x sdk之后,如果设备未使用配套的镜像版本,应用代码中调用UI组件时,会无法正常显示。
**示例:**
```
@Entry
@Component
struct Index { // 自定义组件
build() {
Text('Hello, world') // 基础组件
}
}
```
**变更影响**
更新4.0.10.x sdk之后,如果设备未使用配套的镜像版本,应用代码中调用UI组件时,
运行到设备上会出现`this.observeComponentCreation2 is not callable`的报错。
**关键的接口/组件变更**
不涉及。
**适配指导**
更新SDK配套的设备镜像。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册