Invariant Violation: You should not use outside a

后端 未结 10 1608
没有蜡笔的小新
没有蜡笔的小新 2021-02-01 00:30

I have a problem that I don\'t know how to solve, I get this error when running npm test

Invariant Violation: You should not use

10条回答
  •  没有蜡笔的小新
    2021-02-01 01:14

    You Should write your code like this

    import {BrowserRouter, Switch, Router} from 'react-router-dom
     
     class App extends Component {
      render() {
        return (
          
    ); } };

提交回复
热议问题