Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/hocs/withErrorBoundary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The `options` param is optional and can have the following:
* `options.appName` - Front-End application's name; this is sent to remote log
* `options.appVersion` - Front-End application's verion; this is sent to remote log

**NOTE**: This component requires `styled-components` for displaying the default fallback Component.
Alternatively the `options.fallbackComponent` should be used to provide custom fallback or to disable this feature completely.

## Examples

Very basic usage:
Expand Down