Commit d6d94c4
authored
Fix combo example crashing. (#3587)
## Description
Combo example is crashing due to an invalid prop being passed down to
one of the components.
This code was always invalid, but wasn't crashing up until recently.
The invalid part of the code was removed in this PR - this removal does
not change any expected behaviour.
## Test plan
Open combo example1 parent 3513778 commit d6d94c4
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 86 | + | |
91 | 87 | | |
92 | 88 | | |
93 | 89 | | |
| |||
0 commit comments