Rewrite <LoadPending /> as FC and TS (#25363)
This commit is contained in:
parent
432a5d2d4b
commit
dfaf59d99a
3 changed files with 19 additions and 24 deletions
|
@ -16,7 +16,7 @@ import { attachFullscreenListener, detachFullscreenListener, isFullscreen } from
|
|||
import IntersectionObserverWrapper from '../features/ui/util/intersection_observer_wrapper';
|
||||
|
||||
import { LoadMore } from './load_more';
|
||||
import LoadPending from './load_pending';
|
||||
import { LoadPending } from './load_pending';
|
||||
import LoadingIndicator from './loading_indicator';
|
||||
|
||||
const MOUSE_IDLE_DELAY = 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue