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
Right now the Error Boundary component is not being rendered when an error is thrown despite being implemented within the app
The error boundary should render the ClientSideError component whenever it is triggered which is currently being passed in the fallback component of the ErrorBoundaryProps
Right now whenever a error is thrown in dev, the NextJS overlay is displayed. When tested in frontend version the error is displayed in console but the Error Boundary is not run or displayed.
#653 is the issue that implemented this Error Boundary and created the ClientSideError component.
The text was updated successfully, but these errors were encountered:
Right now the Error Boundary component is not being rendered when an error is thrown despite being implemented within the app
The error boundary should render the ClientSideError component whenever it is triggered which is currently being passed in the fallback component of the ErrorBoundaryProps
Right now whenever a error is thrown in dev, the NextJS overlay is displayed. When tested in frontend version the error is displayed in console but the Error Boundary is not run or displayed.
#653 is the issue that implemented this Error Boundary and created the ClientSideError component.
The text was updated successfully, but these errors were encountered: