Skip to content

CE-1941: fix error boundary reload button

Christina Jenks requested to merge CE-1941-fix-return-home-errorpage into main

When clicking the "Go to home" button on the errorboundary page, navigation doesn't occur as expected. This is because the boundary reset function wasn't being passed into the button.

Now when you test the ErrorBoundary page, clicking the return to home button should cause ... inception (storybook rendered inside storybook). This means it is working as expected now!

Screenshot_2023-08-08_at_14.10.35

I've also created a second story to demonstrate the customization required on the ErrorPage shared component. (just a demonstration)

Screenshot_2023-08-08_at_14.08.50

Closes CE-1941

Edited by Christina Jenks

Merge request reports