This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { useLayoutEffect, useRef, useState, useTransition } from 'react' | |
import { Router } from 'react-router-dom' | |
import { BrowserHistory, createBrowserHistory, Update } from 'history' | |
export interface BrowserRouterProps { | |
basename?: string | |
children?: React.ReactNode | |
window?: Window | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01-06 15:51:29.828 26660 26660 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.wsl.noom/com.wsl.noom.NoomLaunchActivity}: android.content.res.Resources$NotFoundException: Resource ID #0x20c0025 | |
01-06 15:51:29.828 26660 26660 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:4022) | |
01-06 15:51:29.828 26660 26660 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:4188) | |
01-06 15:51:29.828 26660 26660 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103) | |
01-06 15:51:29.828 26660 26660 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) | |
01-06 15:51:29.828 26660 26660 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) | |
01-06 15:51:29.828 26660 26660 E AndroidRuntime: at android.app.Acti |