Commit 4b427bd
fix: update horizontal overflow to properly initialize flipper hydration (#2801)
* fix: update horizontal overflow to properly initialize flipper hydration (#2801)
* Horizontal Overflow do not call handleOverflowChange during ie11 hydration. Adding the callback on componentDidMount to ensure it is always called during hydration.
* Ran prettier formatting
Co-authored-by: Eric Huang <[email protected]>
Co-authored-by: Nicholas Rice <[email protected]>1 parent d37b3da commit 4b427bd
File tree
1 file changed
+4
-0
lines changed- packages/fast-components-react-base/src/horizontal-overflow
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| |||
0 commit comments