eyesmarty
eyesmarty
**Describe the bug** i have created project in electron using vue i am using active-win to get info about currently opened app. **active-win** works fine for both mac and linux...
When I leave component in which i have implemented socket.client.emit and visit that component again the emit event triggers twice if i do the same the emit event triggers three...
**Framework**: electron **OS**: MAC catalina 10.15.6 **Package.json** "eventemitter2": "^6.4.4", "gkm": "^0.2.0", **Error** TypeError: EventEmitter2 is not a constructor at eval (webpack:///./node_modules/gkm/gkm.js?:9:14) at Object../node_modules/gkm/gkm.js (/Users/******/*******/*******/dist_electron/index.js:1622:1) at __webpack_require__ (/Users/*******/*******/team-viewer/dist_electron/index.js:20:30) at eval (webpack:///./src/background.js?:15:13)...