Optional_autoOptional_detectOptional_parentSets the reference to the autoSizer element.
The autoSizer element or null.
StaticdefaultDefault properties for the AutoSizer component.
Represents the state of a component.
Executes after the component has been mounted to the DOM. It sets up the element for resizing and calls the resize event handler.
This method is invoked immediately before a component is unmounted and destroyed.
It removes the resize listener if it exists and the parent node is defined.
Determines whether the component should update based on the changes in the nextProps and nextState.
The next props that will be received by the component.
The next state that will be set in the component.
A component that automatically resizes its children based on its parent element's size.