Skip to content

Commit 65adc20

Browse files
marciovicenteEthan-Arrowood
authored andcommitted
Removing dot to avoid redirect to facebook.com (facebook#11400)
* Removing dot to avoid redirect to facebook.com * Changing phrase instead of using * Tweak test * Reset unrelated file
1 parent b42742c commit 65adc20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-reconciler/src/ReactFiberErrorLogger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function logCapturedError(capturedError: CapturedError): void {
5555
} else {
5656
errorBoundaryMessage =
5757
'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.';
58+
'Visit https://fb.me/react-error-boundaries to learn more about error boundaries.';
5959
}
6060
const combinedMessage =
6161
`${componentNameMessage}${componentStack}\n\n` +

scripts/rollup/results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@
209209
"gzip": 484
210210
}
211211
}
212-
}
212+
}

0 commit comments

Comments
 (0)