HOW TO: Reinstate infinite scrolling in media library

WordPress v5.8 removed infinite scrolling by default from the Media Library when viewing in ‘grid view’.

Add this line to your functions file to reinstate it.

add_filter( 'media_library_infinite_scrolling', '__return_true' );