From 211f46d77ae80495df55da7f48f3fd4635ab3f9d Mon Sep 17 00:00:00 2001 From: Ryan Florence Date: Thu, 17 Oct 2024 08:21:27 -0600 Subject: [PATCH] docs: add pre to install --- docs/upgrading/v6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/v6.md b/docs/upgrading/v6.md index 56be091e1d..abe56d51d8 100644 --- a/docs/upgrading/v6.md +++ b/docs/upgrading/v6.md @@ -285,7 +285,7 @@ In v7 we no longer need `"react-router-dom"` as the packages have been simplifie ```shellscript nonumber npm uninstall react-router-dom -npm install react-router +npm install react-router@pre ``` Note you only need `"react-router"` in your package.json.