Skip to content

Commit 6ad2a0e

Browse files
ryan953coolguyzone
andauthored
Apply suggestions from code review
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 6836aca commit 6ad2a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/product/issues/issue-details/replay-issues/hydration-error.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ View images side-by-side to see large chunks of the page that may differ.
3939

4040
### Tree Compare
4141

42-
Use the tree compare tool to list out specifically which DOM nodes were added, removed, or had attributes changed.
42+
Use the tree compare tool to list specifically which DOM nodes were added, removed, or had attributes changed.
4343

4444
You can see each change to the page, and when it happened within the context of the hydration error. In this case one mutation happened at the timestamp `1732089574790` which was at time offset `1790`, or 1.7 seconds since the start of the captured replay. Within this mutation 39 nodes were added, 2 nodes had some attributes changed, and 4 nodes were removed.
4545

46-
We show a CSS selector for each node in the tree to make it easier to identify the component that what changed. Note that some changed nodes might exist outside your React render tree and do not cause to hydration errors.
46+
We show a CSS selector for each node in the tree to make it easier to identify the component that was changed. Note that some changed nodes might exist outside your React render tree and won't cause hydration errors.
4747

4848
![tree compare tool](./img/hydration-error-tree-compare-tool.png)
4949

0 commit comments

Comments
 (0)