A
A
Anton Yurin2021-07-25 21:29:03
React
Anton Yurin, 2021-07-25 21:29:03

When creating a page in React, an error occurs, what could be the matter?

Failed to compile
src\App.js
Line 19:14: 'Route' is not defined react/jsx-no-undef
Line 24:14: 'Route' is not defined react/jsx-no-undef
Line 34:14: ' Route' is not defined react/jsx-no-undef
Line 35:14: 'Route' is not defined react/jsx-no-undef
Line 36:14: '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

1 answer(s)
K
keyotor, 2021-07-25
@keyotor

As I understand it, you are using the react-router-dom library.
You most likely need to import Route from react-router-dom
import { Route } from 'react-router-dom';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question