GitHub user lucky-chen opened a pull request:
https://github.com/apache/incubator-weex/pull/1241
[WEEX-436] [iOS] fix history issue : delete rootNode in mainThread
fix history issue : delete rootNode in mainThread
in some case ,`WXComponentManager dealloc` execute in mainThread
but all node operation(new / add / delete/other) should be in
ComponentThread
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lucky-chen/incubator-weex
ios-bugfix-parentnode
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1241.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1241
----
commit aded238200ffc98917217a84b30d6c5bc89f25db
Author: zhongcang <qh438406812@...>
Date: 2018-06-05T03:17:48Z
* [iOS] fix history issue : delete rootNode in mainThread
----
---