We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177cd85 commit d61af82Copy full SHA for d61af82
packages/react-reconciler/src/ReactFiberErrorLogger.js
@@ -55,7 +55,7 @@ function logCapturedError(capturedError: CapturedError): void {
55
} else {
56
errorBoundaryMessage =
57
'Consider adding an error boundary to your tree to customize error handling behavior.\n' +
58
- 'You can learn more about error boundaries at https://fb.me/react-error-boundaries.';
+ 'Visit https://fb.me/react-error-boundaries to learn more about error boundaries.';
59
}
60
const combinedMessage =
61
`${componentNameMessage}${componentStack}\n\n` +
scripts/rollup/results.json
@@ -209,4 +209,4 @@
209
"gzip": 484
210
211
212
-}
+}
0 commit comments