Currently ErrorBoundary's fallback property accepts a new component to create, but this is only useful for static components (e.g. restyling the error message).
If actual interaction or any sort of updating is needed, its basically as good as useless as it constantly re-renders.
Currently ErrorBoundary's
fallbackproperty accepts a new component to create, but this is only useful for static components (e.g. restyling the error message).If actual interaction or any sort of updating is needed, its basically as good as useless as it constantly re-renders.