HarmonyOS 'Function.bind' is not supported (arkts-no-func-bind)的警告
自定义了一个组件,写了this.componentBuilder.bind(this),然后编译的时候报了
Function.bind’ is not supported (arkts-no-func-bind) 的警告
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
HarmonyOS 函数使用bind提示警告
375浏览 • 1回复 待解决
HarmonyOS 关于Funtion的bind
6浏览 • 0回复 待解决
HarmonyOS UDP socket bind失败
45浏览 • 1回复 待解决
HarmonyOS 全局带参builder调用bind(this)时如何传参?
449浏览 • 1回复 待解决
win11 启动devices Bind socket error, error code: 10013
2827浏览 • 1回复 待解决
针对IPv6地址的TLSSocket bind操作无响应
357浏览 • 1回复 待解决
虚拟设备启动时报hdc bind error错误,找不到虚拟设备
9185浏览 • 2回复 待解决
Openharmony,socket建立tcp必需Bind IP,获要怎么才能获取本地IP(非WIFI或是WIFI)?
2497浏览 • 1回复 待解决
ArkTS的function传递给C后,如何在C的子线程使用该function
2183浏览 • 1回复 待解决
ArkTS警告处理最佳实践(ArkTS-no-definite-assignment)
1040浏览 • 1回复 待解决
目前bind方法被禁用了,想要在父子组件场景里实现this强绑定父组件,有没有替代方案
917浏览 • 1回复 待解决
HarmonyOS Function return type inference is limited (arkts-no-implicit-return-types) <ArkTSCheck>
40浏览 • 1回复 待解决
HarmonyOS 使用List的警告
281浏览 • 1回复 待解决
如何在C++的子线程调用从ArkTS传递过来的function
2194浏览 • 1回复 待解决
HarmonyOS 警告'libzhihui.so' is not verified
24浏览 • 1回复 待解决
Mac下执行hdc命令报错:Interactive shell is not supported
3149浏览 • 1回复 待解决
HarmonyOS 在ArkTS中,想要将JSON 转为Class后,Class 中的function 方法丢失了
229浏览 • 1回复 待解决
HarmonyOS Entry组件export会有黄色警告
224浏览 • 1回复 待解决
taskPool的参数支持Function类型吗
1738浏览 • 1回复 待解决
HarmonyOS router.pushNamedRoute的参数是否可以传递function?
387浏览 • 1回复 待解决
错误码code:9568304 error: device type is not supported怎么处理?
405浏览 • 2回复 待解决
不支持bind,在ArkTS中,this的语义仅限于传统的OOP风格,函数体中禁止使用this,不支持在函数中使用this。
替代方案: 使用() => {this.xxx()} 绑定this的作用域
https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/typescript-to-arkts-migration-guide-V5#不支持functionbind
请参考示例修改:component:():void=>{this.contentBuilder()}
支持文档:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/arkts-builderparam-V5#初始化builderparam装饰的方法