搜索

首页  >  问答  >  正文

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

用的这个 history模块

根据文档

import createHistory from 'history/createBrowserHistory'

const history = createHistory()

const location = history.location


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

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

PHP中文网PHP中文网2795 天前577

全部回复(1)我来回复

  • 伊谢尔伦

    伊谢尔伦2017-05-19 10:24:18

    检查下是不是有死循环

    回复
    0
  • 取消回复