fysikteknologsektionen/foton-gallery

Error boundary for suspense

Closed this issue · 0 comments

Currently suspense is used to lazy load modules that a majority of users will never use. Even if it's extremely unlikely that loading these specifically will fail, it's still good practise to add an error boundary above it to prevent the entire app from crashing.