Breadcrumbs are unpredicable when using site example #28697
Unanswered
developdeez
asked this question in
Help
Replies: 1 comment 2 replies
-
Can you clarify what plugin are you referring to? There is no plugin in this monorepo with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My app uses gatsby with a Layout component I put on all of my pages.
I have the useBreadcrumbs in the Layout taking the location and a sent in title.
I noticed my page rerenders multiple times sending both the last and current titles to useBreadcrumb.
I also noticed this doesn't happen without this plugin.
There appears to be no working examples online.
How do you make this actually work on pages?
Expected: Breadcrumbs in order
Actual: No predictable Breadcrumbs
Beta Was this translation helpful? Give feedback.
All reactions