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
import{SocketConnection}from'xxx'console.log(typeofSocketConnection)// undefinedconsole.log(SocketConnection)// function SocketConnection () {}SocketConnection()// 正常执行函数newSocketConnection()// Uncaught ReferenceError: SocketConnection is not defined
The text was updated successfully, but these errors were encountered:
模块
lib/socket-connection.js
:引入:
The text was updated successfully, but these errors were encountered: