-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Cannot read property 'replace' of null #134
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
Comments
Does it happen with the initially created project, or did you change something in it? Can you show your changes reproducing the problem? |
I didn't change anything. I created a new app just to test this, I didn't even open it in my editor. |
Can you please also specify exact versions of OS and Chrome? Thanks. |
OSX El Capitan 10.11.5 |
The exact line is: |
I found the problem. Somehow when I tested in incognito I didn't notice that an extension (poper blocker), which causes the problem, was allowed. Sorry for wasting your time. |
Can you tell which extension / version it was. Someone may have the same problem in the future and maybe we can fix the extension |
It was this extension: I tried to use another extension (https://chrome.google.com/webstore/detail/popup-blocker-pro/kiodaajmphnkcajieajajinghpejdjai?hl=en) and the same error occurred. I think the problem would be better resolved in |
Let’s keep it open until we solve it either with a patch to WDS or a mention in the docs. |
webpack/webpack-dev-server#496 was merged, we should update WDS after a patch. |
I think this was fixed in WDS 1.x branch with webpack/webpack-dev-server#496 and we have this fix. Closing. |
Oops, relevant 1.x commit is webpack/webpack-dev-server@7c46b74. |
Uncaught TypeError: Cannot read property 'replace' of null
inwebpack:///(webpack)-dev-server/client?:5
on chrome/macIt's working if I change
webpack-dev-server
to 1.14.0 in react-scripts.webpack/webpack-dev-server#381
The text was updated successfully, but these errors were encountered: