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
Bringing this up for discussion. I don't know the rationale for the current behavior. I realize this is a bit of an edge case, and not the highest priority issue. I'll PR if there's interest.
Description
I run two instances of chrome on my computer. create-react-app is the only program that opens in the second browser instance on OSX.
It happens because we try to reuse the existing tab when opening Chrome, and this is only possible with AppleScript (rather than opn). It seems that reusing existing tab is more valuable to most people than supporting running two instances of Chrome so I think this is in wontfix territory.
However you can force it to just use opn directly by passing BROWSER=open (this might work on master only).
Bringing this up for discussion. I don't know the rationale for the current behavior. I realize this is a bit of an edge case, and not the highest priority issue. I'll PR if there's interest.
Description
I run two instances of chrome on my computer. create-react-app is the only program that opens in the second browser instance on OSX.
To reproduce (warning, will use some HD space):
Leave that running, and then
npm start
in another terminal.It opens in the second chrome instance.
Expected behavior
Should follow the normal OSX behavior of opening in the primary chrome instance, like
open http://localhost:3000
does, or chat clients, etc.Actual behavior
Opens in second instance.
Environment
The text was updated successfully, but these errors were encountered: