How to downgrade react-router-dom version to v5.2.0
ffx8fchx1#
react-router提供了一份文档,用于升级或降级react-router版本:https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md或使用以下npm命令:
npm install <package>@<version> npm i react-router-dom@5.2.0
我希望这能帮助你解决你的问题。
1条答案
按热度按时间ffx8fchx1#
react-router提供了一份文档,用于升级或降级react-router版本:https://github.com/remix-run/react-router/blob/main/docs/upgrading/v5.md或使用以下npm命令:
我希望这能帮助你解决你的问题。