Skip to content

Commit 9f970c9

Browse files
committed
Update README
1 parent 7d76028 commit 9f970c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ npm install --save react-virtualized-auto-sizer
2121
| 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. |
2222
| disableHeight | Boolean | | Fixed `height`; if specified, the child's `height` property will not be managed |
2323
| 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 |
2425
| 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) |
2526
| onResize | Function | | Callback to be invoked on-resize; it is passed the following named parameters: `({ height: number, width: number })`. |
2627
| 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

Comments
 (0)