This code will produce an exception: ```js const mitt = require("mitt") const emitter = mitt() emitter.on('constructor', e => console.log(1)) emitter.emit('constructor', {}) ``` You may want to filter all those native methods out, or use a different approach of collecting the events.