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] Attempted import error: 'Switch' is not exported from 'react-router-dom'.

Posted at

起きたこと

react-router-domをインストールしSwitchを使ってルーティングしたら以下のエラーが起きた。

エラー内容

Attempted import error: 'Switch' is not exported from 'react-router-dom'.

調査と原因

調べてみるとReact Routerのv6ではSwitchRoutesに置き換わるらしい

参考

対処法

特に何も考えずreact-router-domをインストールしていたのでversionを指定して再度インストールで解決。

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?