Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

200
Views
TypeError no capturado: no se pueden leer las propiedades de undefined (leyendo 'ruta')
import React from 'react'; import CollectionsOverview from '../../components/collections-overview/collections-overview.component'; import {Routes, Route} from 'react-router-dom'; import CategoryPage from '../category/category.component'; const ShopPage = ({match}) =>{ return (<div className="shop-page"> <Routes> <Route exact path={ `${match.path}` } element={<CollectionsOverview />}/> <Route exact path={ `${match.path}/:categoryId`} element={<CategoryPage/>}/> </Routes> </div> )}; export default ShopPage;
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

La match de valor de propiedad no está definida, lo que significa que dondequiera que esté utilizando el componente ShopPage , no ha definido el atributo o el valor del atributo no está definido.

Por lo tanto, cámbielo a algo como:

 <ShopPage match={somethinghere} />
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!