parent
17b1d71536
commit
98f6380dee
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const mapStateToProps = (state, { scrollKey }) => {
|
|||
};
|
||||
};
|
||||
|
||||
export default @connect(mapStateToProps)
|
||||
export default @connect(mapStateToProps, null, null, { forwardRef: true })
|
||||
class ScrollableList extends PureComponent {
|
||||
|
||||
static contextTypes = {
|
||||
|
|
Loading…
Reference in a new issue