Migrate AppStateListener to TypeScript. (#3251)

This commit is contained in:
Corey Farwell
2025-11-24 17:15:59 -05:00
committed by GitHub
parent 211cc0bf87
commit 623b3f764c

View File

@@ -12,7 +12,8 @@ const logger = log.extend( "AppStateListener" );
const AppStateListener = ( ) => {
const { loadTime } = usePerformance( {
screenName: "AppStateListener"
screenName: "AppStateListener",
isLoading: false
} );
if ( isDebugMode( ) ) {
logger.info( loadTime );