Closed JohnGalt1717 closed 7 months ago
signalR.js assumes "window" exists. Could you put in a fix that at the top of that file did if (typeof window !== 'undefined') {
// vue nuxt.js async beforeMount() { // import in Browser const { hubConnection } = await import('signalr-no-jquery') }
signalR.js assumes "window" exists. Could you put in a fix that at the top of that file did if (typeof window !== 'undefined') {