Commit 0ef52b7
Use zero-sized PopupContainerView for RN hidden popups (microsoft#607)
Passing 0 for size to renderPopup() is not enough to make the popup reliably
render as hidden. The bug reproduces as "ghost" components showing on the screen
when a regular popup is shown and a cacheable popup is rendered as hidden.1 parent 0bf0bd0 commit 0ef52b7
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
0 commit comments