You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS, if the users have both Google Chrome and Google Chrome Dev installed, but they have only Google Chrome Dev opened. Then, startBrowserProcess will not reuse the opening tab in Google Chrome Dev, but open a new tab in Google Chrome.
This happens with Google Chrome Beta as well, but not Google Chrome Canary (since it's already in the list).
Describe the bug
On MacOS, if the users have both
Google Chrome
andGoogle Chrome Dev
installed, but they have onlyGoogle Chrome Dev
opened. Then,startBrowserProcess
will not reuse the opening tab inGoogle Chrome Dev
, but open a new tab inGoogle Chrome
.This happens with
Google Chrome Beta
as well, but notGoogle Chrome Canary
(since it's already in the list).I did create a PR to fix this (#12412)
Reproducible demo
Screen.Recording.2022-05-19.at.01.16.40.mov
Environment
Click to expand!
Environment Info:
current version of create-react-app: 5.0.1
running from /Users/somewhere/.npm/_npx/c67e74de0542c87c/node_modules/create-react-app
System:
OS: macOS 12.0.1
CPU: (8) arm64 Apple M1
Binaries:
Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node
Yarn: 1.22.15 - ~/.nvm/versions/node/v16.15.0/bin/yarn
npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm
Browsers:
Chrome: 101.0.4951.64
Edge: Not Found
Firefox: Not Found
Safari: 15.1
npmPackages:
react: ^18.1.0 => 18.1.0
react-dom: ^18.1.0 => 18.1.0
react-scripts: 5.0.1 => 5.0.1
npmGlobalPackages:
create-react-app: Not Found
Steps to reproduce
(Write your steps here:)
Google Chrome Dev
react-scripts start
Expected behavior
App (http://localhost:3000) should open in
Google Chrome Dev
Actual behavior
A new instance of
Google Chrome
is created and app (http://localhost:3000) is opened in a new tab inGoogle Chrome
The text was updated successfully, but these errors were encountered: