天天看點

react-keep-alive 傳回上一頁 頁面報錯

react-keep-alive 傳回上一頁 頁面報錯
<KeepAlive name={route.path} disabled={route.disabled}>
  <Test></Test>
</KeepAlive>

// 修改成

<KeepAlive name={route.path}>
  <Test></Test>
</KeepAlive>