fix: correct typo in hydrateRoot.md (#7637)

This commit is contained in:
Joonyoung Hong
2025-02-21 03:59:42 +09:00
committed by GitHub
parent 6ef277aab1
commit a42121e479

View File

@@ -400,7 +400,7 @@ The <CodeStep step={1}>onCaughtError</CodeStep> option is a function called with
1. The <CodeStep step={2}>error</CodeStep> that was thrown.
2. An <CodeStep step={3}>errorInfo</CodeStep> object that contains the <CodeStep step={4}>componentStack</CodeStep> of the error.
Together with `onUncaughtError` and `onRecoverableError`, you can can implement your own error reporting system:
Together with `onUncaughtError` and `onRecoverableError`, you can implement your own error reporting system:
<Sandpack>