python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
when i run build react app it gives me blank page with errors 404 (Not Found) in console
my problem is that when I run build react project it gives me white pages with errors in the console log I tried adding "homepage": "." and it didn't work still gives me a blank ...
Saad hesham
Votes: 0
Answers: 1
Property 'history' does not exist on type 'IntrinsicAttributes & RouterProps' - react-router / react-router-dom to v6
import { Router } from 'react-router-dom';
type AppShellProps = {
store: AppStore;
history: History;
federation?: FederationProps;
};
type FederatedShellProps = {
federation?: FederationPro...
cldev
Votes: 0
Answers: 0
Dont render Search component with Router React js
With react-router-dom, I can't render my Search component, which I created, into the main Header component.
I think problem is in this line
<Route render={({ history }) => } />
but don't know...
Aleksandar Djerfi
Votes: 0
Answers: 1
Cannot find the match from the Route variable path (properties of undefined (reading 'params'))
I am pretty new to JavaScript and React, Just following some youtube tutorials.
I am not able to get the "roomCode" from the url "/room/:roomCode".
Homepage.js
<Route path={&quo...
Aditya Rajgor
Votes: 0
Answers: 1