Commit f2456c4
authored
Show numeric fiber ID when @c label is unresolved in find results.
Components deep in the tree (e.g., 3000+ components in a React
Native app) don't get @c labels assigned because getTree() traversal
stops early. find returns @c? which can't be used with get-component.
Fix: output @c?(id:667) so users can pass the numeric ID directly.1 parent 126251c commit f2456c4
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
0 commit comments