There was an error while loading. Please reload this page.
1 parent fc58072 commit 05aac27Copy full SHA for 05aac27
1 file changed
.changeset/surface-changed-keys.md
@@ -0,0 +1,12 @@
1
+---
2
+"agent-react-devtools": minor
3
4
+
5
+Surface specific changed prop/state/hook keys in profiling output
6
7
+Profiling reports and commit details now show *which* props, state keys, and hooks changed, not just *that* they changed.
8
9
+- `profile report` and `profile slow` append `changed: props: onClick, className state: count` lines
10
+- `profile rerenders` and `profile commit` include the same detail per component
11
+- Keys are deduplicated across commits in aggregate reports
12
+- Empty keys produce no extra output (backward-compatible)
0 commit comments