DetectErrorBoundaryFunction
deprecatedFunction provided by the framework-aware layers to set hasErrorBoundary
from the framework-aware errorElement
prop
@deprecated
Use mapRouteProperties
instead
interface DetectErrorBoundaryFunction {
(route: AgnosticRouteObject): boolean;
}§Call Signatures
§
(route: AgnosticRouteObject): boolean
[src]