mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-22 11:35:52 +01:00
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 {
|
class ScrollableList extends PureComponent {
|
||||||
|
|
||||||
static contextTypes = {
|
static contextTypes = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue