Answer the question
In order to leave comments, you need to log in
React error 'Route' is not defined?
hello
here is the code
import React from 'react'
import './App.css';
import Dialogs from './component/Dialogs.jsx';
import {BrowserRouter, Router} from 'react-router-dom';
function App() {
return (
<BrowserRouter>
<div>
<div className="content-box">
<Route component={Dialogs}/>
</div>
</div>
</BrowserRouter>
);
}
export default App;
/src/App.js
Line 11:11: 'Route' is not defined react/jsx-no-undef
Search for the keywords to learn more about each error.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question