6 ms·
Since the upgrade, I'm just getting "Connecting to react...If this is React Native, you need to interact with the app (just tap the screen) in order to establis
by arm55 11y ago
Since the upgrade, I'm just getting "Connecting to react...If this is React Native, you need to interact with the app (just tap the screen) in order to establish the bridge." when I try to load the dev tools.
EDIT: Apparently the tools don't work for local dev. Just hosted the files behind a python simple httpserver.
- brbcoding 11y agoSame here, trying to isolate the issue in my project, since it seems to work fine on fb.com
- spicyj 11y agoAny chance you can file an issue with a link to your site so I can look into it?
- arm55 11y agoIt's all local, sorry.
- brbcoding 11y agoThat actually may be part of the issue... I just spun up a server behind mine and it works now.
- arm55 11y agoYup. python -m http.server 8000 did the trick.
- theycallmemorty 11y agoIn chrome://extensions there is an option that lets you give chrome extension to content served from the file:// protocol - maybe that's what you need?
- jankassens 11y agoThanks for the report. spicyj created an issue to track this: https://github.com/facebook/react-devtools/issues/172 https://github.com/facebook/react-devtools/issues/172
- fspeech 11y agoPython simplehttpserver's default address is/was 0.0.0.0. You may want to check if you don't want to accidentally serve the whole world.