From 9696676f0698b2b119e7237ea79ff463e2361917 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/modules/components/DemoErrorBoundary.js b/docs/src/modules/components/DemoErrorBoundary.js index 906c890684e472..62968e8473838e 100644 --- a/docs/src/modules/components/DemoErrorBoundary.js +++ b/docs/src/modules/components/DemoErrorBoundary.js @@ -75,11 +75,11 @@ export default class DemoErrorBoundary extends React.Component { 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()}
-