import * as udiboReactApp from "https://deno.land/x/udibo_react_app@0.10.0/error.tsx";
Variables
A context object that is used to provide errors on the server to the browser.
It takes an object with an optional |
Functions
A component that captures any errors within the boundary.
Unlike | |
A simple error fallback component that can be used to show the error and provide a button for trying again.
It takes a | |
Checks if the value as an HttpError. | |
A component that can be used to throw a 404 not found error. It is used as the default wildcard route at the top level of the app. | |
A hook that automatically resets the error boundary if the location changes.
It takes a | |
A higher-order component that wraps a component with an |
Interfaces
Options for initializing an HttpError. |