mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-17 02:06:54 -05:00
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user