You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| defaultWidth | Number || Width passed to child for initial render; useful for server-side rendering. This value will be overridden with an accurate width after mounting. |
22
22
| disableHeight | Boolean || Fixed `height`; if specified, the child's `height` property will not be managed |
23
23
| disableWidth | Boolean || Fixed `width`; if specified, the child's `width` property will not be managed |
24
+
| doNotBailOutOnEmptyChildren | boolean || Optional propr that can override default behavior of not rendering children when either `width` or `height` are 0 |
24
25
| nonce | String || Nonce of the inlined stylesheets for [Content Security Policy](https://www.w3.org/TR/2016/REC-CSP2-20161215/#script-src-the-nonce-attribute)|
25
26
| onResize | Function || Callback to be invoked on-resize; it is passed the following named parameters: `({ height: number, width: number })`. |
26
27
| style | Object || Optional custom inline style to attach to root `AutoSizer` element. This is an advanced property and is not typically necessary. |
0 commit comments