Open
Description
Environment
react-native -v: 14.1.0
npm ls react-native-macos: react-native-macos@0.75.5
node -v: v20.13.1
npm -v: 10.5.2
yarn --version: 3.6.4
xcodebuild -version: Xcode 15.4 Build version 15F31d
Steps to reproduce the bug
- Run metro watchman with
npx react-native start --reset-cache
- Build with
npx react-native run-macos
- Sometimes happens randomly, usually related to many reloads + app stuck + needs for quite
Expected Behavior
I kill the npx react-native start --reset-cache
process and the app itself
I can reload metro and rebuild
Actual Behavior
My app launches but a "Bundling" loader is forever stuck on it.
The app builds, I even see it in the background with cached state loaded and it makes requests to the server but a "Bundling 98%" load blocks me from interacting with it.
Reproducible Demo
No response
Additional context
This might be a case of "small convenience feature actually kills dev experience"
The way to fix this bug seems to be to have the "build" window in the background such that the "Bundling" loader never appears -- It's unrelated to the app working