Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Desktop App white blank screen error (on running) #14370

Open
noshaid-ali opened this issue Feb 26, 2025 · 5 comments
Open

Windows Desktop App white blank screen error (on running) #14370

noshaid-ali opened this issue Feb 26, 2025 · 5 comments
Labels
Needs: Attention 👋 An issue that had been tagged "Needs: Author Feedback" has received activity (label applied by bot) Needs: Repro

Comments

@noshaid-ali
Copy link

I'm facing this blank white window error.
"react": "19.0.0",
"react-native": "^0.77.0",
"react-native-windows": "0.77.0"

Can anyone help me please?

Originally posted by @noshaid-ali in #10255

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Feb 26, 2025
@noshaid-ali
Copy link
Author

"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.77.0",
"react-native-windows": "0.77.0"

After installing above dependencies with specific versions worked for me.

@noshaid-ali
Copy link
Author

Don't know it's react version or react-dom dependency issue.

@chrisglein
Copy link
Member

After installing above dependencies with specific versions worked for me.

As in you've gotten around your blank screen issue? Are you unblocked?

If you get a blank screen it's likely a problem with the bundle loading. Which should surface an error. But if you're not seeing anything that's not great. Implies something failing early before the logbox errors can show. There's supposed to be an error dialog in that path, but I gather you're not seeing one. Or errors in the bundler log.

If you can share your repo and repro steps that'd help us understand what error isn't surfacing.

@chrisglein chrisglein added Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) Needs: Repro and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Feb 27, 2025
@chrisglein
Copy link
Member

chrisglein commented Feb 27, 2025

@Yajur-Grover This is a good candidate to create an issue for how we can surface this state better than a blank screen. Can you write up a proposal?

@noshaid-ali
Copy link
Author

@chrisglein by default react-dom is not there. I installed manually in package.json. Might be it's about bundle loading if there is a relation between react-dom and bundler. But there is not any error.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: Attention 👋 An issue that had been tagged "Needs: Author Feedback" has received activity (label applied by bot) and removed Needs: Author Feedback The issue/PR needs activity from its author (label drives bot activity) labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Attention 👋 An issue that had been tagged "Needs: Author Feedback" has received activity (label applied by bot) Needs: Repro
Projects
None yet
Development

No branches or pull requests

2 participants