We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99167c commit c20ccecCopy full SHA for c20ccec
packages/react-dev-utils/openBrowser.js
@@ -77,6 +77,8 @@ function startBrowserProcess(browser, url, args) {
77
// Will use the first open browser found from list
78
const supportedChromiumBrowsers = [
79
'Google Chrome Canary',
80
+ 'Google Chrome Dev',
81
+ 'Google Chrome Beta',
82
'Google Chrome',
83
'Microsoft Edge',
84
'Brave Browser',
0 commit comments