昨天我将react-router-dom添加到我的项目中,现在当我离开并返回导航中的Sky元素时,它会重新加载天空,我得到Warning:flattenChildren(...):Encounteredtwochildrenwiththesamekey,element-id-50.Childkeysmustbeunique;whentwochildrenshareakey,onlythefirstchildwillbeused.(上面使用的数字50只是一个例子,它每次都会抛出这个错误~40次,所有的id都不同)问题似乎出在我的sky.js文件中:componentWillMount()