From 986b9f8a5f5a77c8742cdad6ebc7edbf3e2a4dfa Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 16 Sep 2023 17:31:22 +0200 Subject: [PATCH] even better --- docs/src/modules/components/DemoErrorBoundary.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/src/modules/components/DemoErrorBoundary.js b/docs/src/modules/components/DemoErrorBoundary.js index 906c890684e472..cd8686357fc59b 100644 --- a/docs/src/modules/components/DemoErrorBoundary.js +++ b/docs/src/modules/components/DemoErrorBoundary.js @@ -71,15 +71,16 @@ export default class DemoErrorBoundary extends React.Component { This demo had a runtime error! - We would appreciate it if you{' '} + {'We would appreciate it if you '} report this error - {' '} - directly in our issue tracker. You will be provided with a prefilled description that - includes valuable information about this error. + + { + ' directly in our issue tracker with the steps you took to trigger it. The "report this error" link prefills the issue description with valuable information.' + }
{error.toString()}
-