fregante / delegate-it

DOM event delegation, in <1KB

Home Page:https://npmjs.com/delegate-it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export 'default' (imported as 'delegate') was not found in 'delegate-it' (possible exports: oneEvent)

mmarton opened this issue · comments

Error in title is shown after upgrading to v6, and using webpack to compile

import delegate from 'delegate-it';

function edit(event) {...}

delegate('.edit', 'click', edit);

Thank you for the quick report. I'll fix it in a few minutes

Fixed in 6.0.1

wow that was fast, thanks