Giter Site home page Giter Site logo

Comments (11)

Pixelatex avatar Pixelatex commented on May 31, 2024 1

The issue has resolved itself on my repository. Can't reproduce the error anymore, it might be related to something else.

from react-router-breadcrumbs-hoc.

pimmey avatar pimmey commented on May 31, 2024 1

@icd2k3 I see why it didn't work now - it wasn't clear to me that routesConfig has to be passed to withBreadcrumbs() 🙂thought it should happen automatically or something. Anyway, this should do it, works fine.

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 31, 2024 1

Ohh, I could do a better job of calling that out in the readme... added a small change here.

Thanks @pimmey!

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 31, 2024

Hey @Pixelatex,

That should work. Could you post your entire route/breadcrumb config array when you have a moment?

Thanks

from react-router-breadcrumbs-hoc.

Pixelatex avatar Pixelatex commented on May 31, 2024

Got it work by moving the breadcrumb under the path like this:

{
    path: '/careers/:id',
    breadcrumb: 'test',
    exact: true,
    component: CareerDetail
  },

No idea why this is an issue though, really weird bug

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 31, 2024

Strange! Did the order of the route config objects change by chance? The HOC will return the first match, so order can affect how the breadcrumbs are generated: https://github.com/icd2k3/react-router-breadcrumbs-hoc#order-matters

from react-router-breadcrumbs-hoc.

Pixelatex avatar Pixelatex commented on May 31, 2024

the order of the route objects wasn't an issue, I tried this on a few other routes and it also had the same issue somehow

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 31, 2024

Thanks for the follow-up @Pixelatex!

I adjusted some unit tests to see if I could repro the issue, but so far no dice! When you have a moment, would you be able to post your entire route array? It may help in tracking down the problem.

from react-router-breadcrumbs-hoc.

pimmey avatar pimmey commented on May 31, 2024

Same here, have you guys figured this one out by any chance? :-)

Tried moving the breadcrumb and what not, but nothing changes.

const ROUTES = [
  {
    path: '/yearbook',
    component: Yearbook,
    exact: true,
    breadcrumb: 'Overview orders'
  },
  {
    path: '/yearbook/:id',
    component: Order,
    breadcrumb: 'Overview orders 2'
  }
]

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 31, 2024

Hey @pimmey, thanks for reporting and apologies for the issue. I'm re-opening this thread and I'll try to come up with a repro case tonight!

from react-router-breadcrumbs-hoc.

icd2k3 avatar icd2k3 commented on May 31, 2024

@pimmey I set up a quick code sandbox with your route config and it seems to be working alright... maybe something else is causing the issue? 🤔 are you using any of the option params like disabling defaults, etc?

https://codesandbox.io/s/pknr4kyll0

from react-router-breadcrumbs-hoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.