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
We saw an example at the workshop where an an error during data loading led to a javascript error that caused the app not to display anything. Since things are cached, refreshing the page just led to the same issue. We were able to resolve this by clearing the data from the browser, but it would be better to catch errors and have the app react to them.
The text was updated successfully, but these errors were encountered:
Yeah, we should add Error Boundaries to the app in different levels of the component tree. We should use this package because it allows the app to display a fallback where we can provide a reset button.
We saw an example at the workshop where an an error during data loading led to a javascript error that caused the app not to display anything. Since things are cached, refreshing the page just led to the same issue. We were able to resolve this by clearing the data from the browser, but it would be better to catch errors and have the app react to them.
The text was updated successfully, but these errors were encountered: