Skip to content

Commit f72aff9

Browse files
committed
04/01: remove obsolete solution part
1 parent 363bfbf commit f72aff9

File tree

1 file changed

+0
-2
lines changed
  • exercises/04.debugging/01.solution.dom-snapshots

1 file changed

+0
-2
lines changed

exercises/04.debugging/01.solution.dom-snapshots/README.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ Hopefully, it's much easier to fix the bug than it was to find it:
107107
<Button aria-label="bottom left" className="border-r-0" />
108108
```
109109

110-
Alright! The first test is back to green. But what about the second one?
111-
112110
## Printing selected elements
113111

114112
Sometimes the rendered element tree is too large to digest all at once. This is where isolating it to a particular element or a set of elements is a huge time-saver to get to the bottom of the issue.

0 commit comments

Comments
 (0)