用的這個 history模組
根據文件
import createHistory from 'history/createBrowserHistory' const history = createHistory() const location = history.location history.push('/home', { some: 'state' })
然後整台電腦 cpu 就飛快的轉,瀏覽器也就卡死了,求解決方法
认证0级讲师
檢查下是不是有死循環
檢查下是不是有死循環