Commit d985146
committed
Add missing GestureLane case to getLabelForLane
GestureLane was added in #34546 but getLabelForLane was not updated.
The comment on line 38 states lane values should be kept in sync with
getLabelForLane, used by react-devtools-timeline. Without this case,
getLaneLabelMap returns undefined for GestureLane which gets cast to
the string "undefined" in the DevTools timeline.1 parent 1b45e24 commit d985146
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
147 | 150 | | |
148 | 151 | | |
149 | 152 | | |
| |||
0 commit comments