Replace react-router-scroll to react-router-scroll-4 (#5568)
This commit is contained in:
parent
60f962eedc
commit
763a2f8511
13 changed files with 98 additions and 19 deletions
|
@ -12,7 +12,7 @@ import { getAccountGallery } from '../../selectors';
|
|||
import MediaItem from './components/media_item';
|
||||
import HeaderContainer from '../account_timeline/containers/header_container';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import { ScrollContainer } from 'react-router-scroll';
|
||||
import { ScrollContainer } from 'react-router-scroll-4';
|
||||
import LoadMore from '../../components/load_more';
|
||||
|
||||
const mapStateToProps = (state, props) => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue