query icon indicating copy to clipboard operation
query copied to clipboard

rename useErrorBoundary

Open TkDodo opened this issue 3 years ago • 0 comments

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 useErrorBoundary to throwError

TkDodo avatar Dec 23 '22 07:12 TkDodo