Commit ce5aa8b
committed
Fix for manual mode of OverlayTrigger.
Before this fix it was not possible to refer to the component wrapped by the OverlayTrigger using the ref property, because it was not cloned using cloneWithProps.
Now, in manuel mode, we just return the unmodified child which will still have the ref and all children.
(cherry picked from commit 4e54431)1 parent 230ca05 commit ce5aa8b
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments