Closed
Description
When diffing component state, I get something that looks like this because only this single line changed in the dom:
@@ -89,1 +89,1 @@
- class="MuiSelect-root-180 bold red-500"
+ class="MuiSelect-root-230 bold tp-green-500"
That's great! But if I modify an unrelated part of the component that results in additional lines of DOM before the class name change that I'm actually concerned about, the diff breaks because the @@ -89,1 +89,1 @@
line number may have become @@ -93,1 +93,1 @@
.
Can we add an option to suppress the line numbers?
Metadata
Metadata
Assignees
Labels
No labels