BackSlash

Results 3 comments of BackSlash

> > > @ruoleng 你好,这个issue上面有具体的编译步骤[#62 (comment)](https://github.com/sogou/srpc/issues/62#issuecomment-829840853) ,麻烦参考下~ 第四步编译srpc失败,项目compress编译失败,缺少依赖库的头文件

对于flattenChildren方法中,如果两个子节点其中一个定义了key值,另一个没有定义key值。那么在扁平化处理的时候是否后一个子节点覆盖掉前一个子节点的情况呢?

对于generateComponentChildren方法中,将有序的nextChildrenElements 数组转换成无序的nextChildren对象,下面进行diff的时候子节点的前后次序是不是已经乱掉了呢?