-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hi folks, I know this issue has been discussed before but I'm still getting issues when attempting to use the on-load library with create-choo-app that's using the latest bankai build.
onload(div, (el) => { console.log('Loaded') }, (el) => { console.log('Unloaded')
results in:
Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them
I can solve this by switching to budo or (according to another test someone did) by disabling babelify. However, it seems like something that should work out of the box.
full gist here: https://gist.github.com/callil/52db52b6786d053a84ad8190a46058d8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels