[app] App cannot load properly when debugging is enabled in the build mode and DevTools is opened
Suspected Root Cause
- There may be some race conditions on loading caches
Workaround
- Open the app with DevTools closed
- Open DevTools
- Setting a breakpoint at the first inner statement of
loadCache() in cache-bundle.js
- Clear the storage of the app in Application tab
- Load the app
- Wait for a halt at the breakpoint
- Restart the app from the breakpoint
[app] App cannot load properly when debugging is enabled in the build mode and DevTools is opened
Suspected Root Cause
Workaround
loadCache()incache-bundle.js