-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"gatsby develop" Hot Reloading opens browser tab multiple times #3020
Comments
@KyleAMathews Still relevant :/ |
I'm also experiencing this issue, on both Windows and Mac. |
I am experiencing this as well. I'm using the latest Gatsby version (1.9.128), with Chrome on Mac. |
The latest gatsby should have this fixed — leave a comment if otherwise! |
I'm experiencing this issue on Windows. Even invoking the dev server with the
Should I try something else? |
Hi,
I normally modify the "scripts" in the package.json to
gatsby develop -o
to save some time. With the latest Gatsby version some weird behavior occurred. Initially it opens my browser tab as always but when I edit my markdown files for example it opens up a new browser tab on every save instead of hot reloading the old one.Right now I have to remove the
-o
to have Gatsby working as intended.The text was updated successfully, but these errors were encountered: