You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dva中有使用require("history/createHashHistory")这样的语句,history的版本中以后不打算支持这种方式,控制台会提示:
“Warning: Please use require("history").createHashHistory instead of require("history/createHashHistory"). Support for the latter will be removed in the next major release.”
What happens?
dva中有使用require("history/createHashHistory")这样的语句,history的版本中以后不打算支持这种方式,控制台会提示:
“Warning: Please use
require("history").createHashHistory
instead ofrequire("history/createHashHistory")
. Support for the latter will be removed in the next major release.”建议将所有这种方法使用的地方改为 warning建议的方式
最小可复现仓库
复现步骤,错误日志以及相关配置
相关环境信息
The text was updated successfully, but these errors were encountered: