Skip to content

Fixed issue62

Zhou Fang requested to merge github/fork/linkfang/zhoufang/master/issue62 into master

For issue62 The issue is caused by some process being updated while the react default process is being rendered. Refer here: https://github.com/facebook/react/issues/18178#issuecomment-595846312

As long as the process mentioned in the warning will not be updated before the react process is rendered completely, then it's good.

Merge request reports