sharephoenix opened a new issue #3201:
URL: https://github.com/apache/incubator-weex/issues/3201


   * 一下是代码片段, !component == true 的时候,会崩溃
   * 解决方案 if (!component == true) { return;}
   ```oc
   - (void)invoke
   {
       WXPerformBlockOnComponentThread(^{
           WXComponent *component = [self.instance 
componentForRef:_componentRef];
           if (!component) {
               WXLogError(@"component not found for ref:%@, type:%@", 
_componentRef, _componentName);
           }
           BOOL synchronous = NO;
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to