Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove extraneous FallbackComponent prop from error boundary docs #40785

Merged
merged 2 commits into from Sep 22, 2022

Commits on Sep 22, 2022

  1. docs: Remove extraneous FallbackComponent prop from error boundary docs

    It looks like the code snippet was copied over from https://github.com/bvaughn/react-error-boundary but the `ErrorBoundary` component on this docs page does not have a `FallbackComponent` prop but renders the error message content itself.
    philippbosch committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    b9d7990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f7a89e View commit details
    Browse the repository at this point in the history