0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

React Router使用時の Module '"react-router-dom"' has no exported member 'Switch'.のエラーの解決

Last updated at Posted at 2021-11-18

フロントエンドでページ遷移の実装時にReact Routerを用いたところ、

Module '"react-router-dom"' has no exported member 'Switch'.

というエラーが出て、Switchやexactが使用できませんでした。

解決法

ターミナルでreact-router-domのバージョンを下げることで解決できました。

npm install react-router-dom@5
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?