Open
Description
🐛 Bug report
Current Behavior
- Install react loadable example.
- Start the application in development.
- Reference error: Switch is not defined.
Expected behavior
Works without errors.
Suggested solution(s)
Import the Switch component in App.js
import { Route, Switch } from "react-router-dom";