MarshallOfSound / react-electron-web-view

A simple wrapper to make Electrons WebView compatible with React
MIT License
65 stars 30 forks source link

Fixes leaking eventListeners, replaces gulp with webpack, updates dependencies #45

Open Luxbit opened 1 year ago

Luxbit commented 1 year ago

I fixed the issue that the event listeners were not dropped on unmount.

Additionally I overhauled the package a bit, since it has not been updated in a while.