You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breadcrumbs in ArticleEditor (this line) uses react-router's <Link> component.
Breadcrumbs in ItemEditor (this line) that is being used by ImageEditor already have <Link> component set up. I suspect this error has to do with wrong / missing props
The text was updated successfully, but these errors were encountered:
What behavior were you expecting?
When I open Media editors (image, gallery, etc), I expect bread crumbs in the editor toolbar like in Articles page
What actually happened?
Image and Gallery editors are missing breadcrumbs to go back to index page
Steps to reproduce
Check out this example image
What was your environment like?
Google Chrome 74.0.3729.131 on Ubuntu 16.04 LTS
Getting Started
Breadcrumbs in ArticleEditor (this line) uses
react-router
's<Link>
component.Breadcrumbs in ItemEditor (this line) that is being used by ImageEditor already have
<Link>
component set up. I suspect this error has to do with wrong / missing propsThe text was updated successfully, but these errors were encountered: