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 shows white page #23

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

Story 1 shows white page #23

sjvrijn opened this issue Jan 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sjvrijn
Copy link
Owner

sjvrijn commented Jan 16, 2023

Loading story 1 currently fails and only shows a white page.
I have identified commit bee0a5d as the cause, specifically the move of the catalog into the nested items list in the story_init.json for story 1. There are no further changes to any of the maps defined in that json, so I have no idea what specifically is causing the issue.

The console shows the following error:

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.
@sjvrijn sjvrijn added the bug Something isn't working label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant