Add context (and request?) to ErrorBoundary · remix-run remix · Discussion #6297
Problem ErrorBoundary has the following type: type RemixErrorBoundaryProps = React.PropsWithChildren<{ location: Location; component: ErrorBoundaryComponent; error?: Error; }>; type RemixErrorBound...