issues
search
apache
/
incubator-weex
Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.74k
stars
1.81k
forks
source link
[Android][iOS][Dev-tool] Unexpected behavior when xx where weex version is 0.aa.bb.cc
#3201
Open
sharephoenix
opened
4 years ago
sharephoenix
commented
4 years ago
一下是代码片段, !component == true 的时候,会崩溃
解决方案 if (!component == true) { return;}
(void)invoke { WXPerformBlockOnComponentThread(^{ WXComponent *component = [self.instance componentForRef:_componentRef]; if (!component) { WXLogError(@"component not found for ref:%@, type:%@", _componentRef, _componentName); } BOOL synchronous = NO;
cnryb
commented
4 years ago
PR , please .