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
Describe the bug
When loaded into the browser, it throws a syntax error to the console on this line:
webpackHotDevClient line 60
// Connect to WebpackDevServer via a socket.
var connection = new WebSocket(
To Reproduce
Choose React + Node on WebTS
On generated code console run "npm i" + "npm start"
The text was updated successfully, but these errors were encountered:
Describe the bug
When loaded into the browser, it throws a syntax error to the console on this line:
webpackHotDevClient line 60
// Connect to WebpackDevServer via a socket.
var connection = new WebSocket(
To Reproduce
Choose React + Node on WebTS
On generated code console run "npm i" + "npm start"
The text was updated successfully, but these errors were encountered: