首頁 > 問答 > 主體
用的這個 history模組
根據文件
import createHistory from 'history/createBrowserHistory' const history = createHistory() const location = history.location history.push('/home', { some: 'state' })
然後整台電腦 cpu 就飛快的轉,瀏覽器也就卡死了,求解決方法
伊谢尔伦2017-05-19 10:24:18
檢查下是不是有死循環