-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
[pigment-css][demo] Add index page for material-ui #41577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -51,7 +73,9 @@ export default function Breadcrumbs() { | |||
<section> | |||
<h2> Router Breadcrumbs</h2> | |||
<div className="demo-container"> | |||
<RouterBreadcrumbs /> | |||
<ErrorBoundary FallbackComponent={ErrorBoundaryFallback}> | |||
<RouterBreadcrumbs /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll look into the actual fix separately. It's related to nested router usage. So for now, I've wrapped it in ErrorBoundary
so that rest of the page works.
Netlify deploy previewhttps://deploy-preview-41577--material-ui.netlify.app/ Bundle size report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks for doing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
components, similar to the one we have in the next.js demo
f3b7c94
to
f8ef3db
Compare
components, similar to the one we have in the next.js demo