📜  警告:在现有状态转换期间无法更新(例如在 `render` 中).渲染方法应该是 props 和 state 的纯函数. - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:00.347000             🧑  作者: Mango

代码示例1
Instead of history.push, try using the Redirect component from react-router-dom instead. So instead of history.push('/blog');, try return