Add attempt logging
This commit is contained in:
parent
f15c8a4a5f
commit
9329b4ff62
@ -124,6 +124,7 @@ export default function MoreComponents({
|
||||
indexToLoad >= indexToView &&
|
||||
indexToLoad > indexLoaded
|
||||
) {
|
||||
console.log('Attempting', { isLoading });
|
||||
attempt();
|
||||
}
|
||||
}, [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user