question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Stepper] Breadcrumb like

See original GitHub issue

Upgrading from 3.1.1. to 3.2.0, we now get warnings when we use a Stepper with a custom connector like this:

import { ChevronRight } from "mdi-material-ui";

// ...

<Stepper className="breadcrumb" connector={<ChevronRight />}>
  {arr.map(item => item)}
</Stepper>

The warnings we receive are:

screen shot 2018-10-09 at 5 12 04 pm

We’ve tried multiple solutions here, none successful.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
bluepetercommented, Oct 15, 2018

Thanks @oliviertassinari your solution fixes this issue for me.

Per @mbrookes note, I think the Stepper works nicely as Breadcrumbs.

screenshot-localhost-3000-2018 10 15-15-36-16

Closing.

1reaction
mbrookescommented, Oct 11, 2018

Could we add it to the docs as a customization example, which would close #8818?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Stepper] Breadcrumb like · Issue #13176 · mui/material-ui
We have introduced a new Breadcrumb component #14084. ... component: stepper This is the name of the generic UI component, not the React...
Read more >
Stepper Breadcrumb
Just a reduced test case, to show that you can achieve integrated pointers with no images....
Read more >
How to Create a Figma Breadcrumb Component (Stepper)
Here's how you can create a Figma component breadcrumb (as a stepper) using nestled components, auto-layout, and constraints & resizing.
Read more >
Should steps in a wizard display in breadcrumbs?
Showing steps both in a stepper and in the breadcrumb might cause user confusion ("What's the difference between these two?
Read more >
React Breadcrumbs component - Material UI
Breadcrumbs consist of a list of links that help a user visualize a page's location within the hierarchical structure of a website, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found