bikeshaving / crank

The Just JavaScript Framework
https://crank.js.org
MIT License
2.7k stars 75 forks source link

Fix eventtarget errors #238

Closed brainkim closed 2 years ago

brainkim commented 2 years ago

Fixes https://github.com/bikeshaving/crank/issues/236

The addEventListener, removeEventListener, dispatchEvent seem to be leaked when using vite, causing runtime errors.

brainkim commented 2 years ago

@darrylcousins If you can confirm that this fixes #236 that would be helpful! No worries otherwise, I think the code changes are fine anyways.