Movatterモバイル変換


[0]ホーム

URL:


Loading

ErrorBoundary

ServerlessStack

Handle unexpected errors.

import { ErrorBoundary } from "@elastic/react-search-ui";...<ErrorBoundary>  <div>Some Content</div></ErrorBoundary>
NameDescription
className
childrenContent to show if no error has occurred, will be replaced with error messaging if there was an error.
viewUsed to override the default view for this Component. SeeView customization below.
*Any other property passed will be passed through and available to use in a Custom View

A complete guide to view customization can be found in theCustomization: Component views and HTML section.

The following properties are available in the view:

NameDescription
classNamePassed through from main component.
childrenContent to show if no error has occurred, will be replaced with error messaging if there was an error.
errorType:string. The error message to show if an error occurred.

SeeErrorBoundary.tsx for an example.


[8]ページ先頭

©2009-2025 Movatter.jp