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
When throwing a 404 response from a loader per the Remix docs,
a "Handling response" message shows.
Tried adding a custom error boundary after finding this issue: #597 (comment), but it does not seem like there's a way to make that work based on @paulomarg 's comments.
What is the recommended process for custom error boundaries in this situation?
The text was updated successfully, but these errors were encountered:
When throwing a 404 response from a loader per the Remix docs,
a "Handling response" message shows.
Tried adding a custom error boundary after finding this issue: #597 (comment), but it does not seem like there's a way to make that work based on @paulomarg 's comments.
What is the recommended process for custom error boundaries in this situation?
The text was updated successfully, but these errors were encountered: