dev-plugins icon indicating copy to clipboard operation
dev-plugins copied to clipboard

Dev tools web UI not showing

Open martinezguillaume opened this issue 1 year ago • 2 comments

Hi ! Thanks for the amazing tools !

I have problem when using them, for example, with @dev-plugins/react-query When selecting it in the terminal, I have nothing showing, no chrome, nothing

✔ Dev tools (native only) › Open @dev-plugins/react-query
› Press ? │ show all commands

I have just this checkmark saying that it worked but it didn't, wan can I do ?

note: I have Chrome installed and it works well when open with JS debugger

martinezguillaume avatar Jul 10 '24 11:07 martinezguillaume

I had BROWSER variable env set to none to prevent open chrome when npx expo start --web removing it fix the issue

martinezguillaume avatar Jul 10 '24 16:07 martinezguillaume

I encounter the same issue after upgrading expo54, but I'm not set BROWSER variable. Has anyone figured out how to fix it?

MJRT avatar Sep 11 '25 11:09 MJRT