Skip to content
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

Story 1 fails to load #137

Open
sjvrijn opened this issue Jan 16, 2023 · 0 comments
Open

Story 1 fails to load #137

sjvrijn opened this issue Jan 16, 2023 · 0 comments

Comments

@sjvrijn
Copy link

sjvrijn commented Jan 16, 2023

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:

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant