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
I've found that this behavior was introduced in bee0a5d, specifically the indentation of the catalog items in story_001_initfile.json.
There are no further changes to any of the catalog items themselves, but somehow adding them to a Story 001 data group causes the error.
The error in the console:
react_devtools_backend.js:4012 The above error occurred in the <ColorScaleRangeSection> component:
in ColorScaleRangeSection (created by withI18nextTranslation(ColorScaleRangeSection))
in withI18nextTranslation(ColorScaleRangeSection) (created by WorkbenchItem)
in div (created by WorkbenchItem)
in li (created by WorkbenchItem)
in WorkbenchItem (created by withI18nextTranslation(WorkbenchItem))
in withI18nextTranslation(WorkbenchItem) (created by SortableItem)
in SortableItem (created by WorkbenchList)
in div
in Unknown (created by WorkbenchList)
in ul (created by WorkbenchList)
in WorkbenchList (created by Workbench)
in div (created by Workbench)
in Workbench (created by withI18nextTranslation(Workbench))
in withI18nextTranslation(Workbench) (created by SidePanel)
in div (created by SidePanel)
in div (created by SidePanel)
in SidePanel (created by withI18nextTranslation(SidePanel))
in withI18nextTranslation(SidePanel) (created by StandardUserInterface)
in div (created by StandardUserInterface)
in MediaQuery (created by Medium)
in Medium (created by StandardUserInterface)
in div (created by StandardUserInterface)
in div (created by StandardUserInterface)
in div (created by StandardUserInterface)
in div (created by StandardUserInterface)
in StandardUserInterface (created by Context.Consumer)
in withRouter(StandardUserInterface) (created by withI18nextTranslation(withRouter(StandardUserInterface)))
in withI18nextTranslation(withRouter(StandardUserInterface)) (created by UserInterface)
in Router (created by HashRouter)
in HashRouter (created by UserInterface)
in UserInterface
Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries.
The text was updated successfully, but these errors were encountered:
Loading story 1 errors and shows an empty page
I've found that this behavior was introduced in bee0a5d, specifically the indentation of the catalog items in
story_001_initfile.json
.There are no further changes to any of the catalog items themselves, but somehow adding them to a
Story 001 data
group causes the error.The error in the console:
The text was updated successfully, but these errors were encountered: