用 react-router 的history 浏览器也就卡死了,求解决方法

用的这个 history模块

根据文档

import createHistory from 'history/createBrowserHistory'

const history = createHistory()

const location = history.location


history.push('/home', { some: 'state' })

然后整个电脑 cpu 就飞快的转,浏览器也就卡死了,求解决方法

阅读 4k
1 个回答

检查下是不是有死循环

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题