FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/react / ErrorBoundaryProps

Interface: ErrorBoundaryProps

Properties

children?

optional children: ReactNode

errorChildren?

optional errorChildren: ReactElement<ErrorChildrenProps>

onError()?

optional onError: (error, info) => void

Parameters

error

Error

info

any

Returns

void