query
query copied to clipboard
rename useErrorBoundary
context
A property that starts with the prefix use is unfortunately named, as use usually indicates a hook in React. ErrorBoundary might also be a quite react specific term.
Renaming the property to e.g. throwError would more accurately describe what is happening: the error will be thrown. In React, it will be picked up by the nearest error boundary.
proposal
- rename
useErrorBoundarytothrowError