reachtokish / rctx-contextmenu

:bowtie: :sparkles: Context menu for React
https://reachtokish.github.io/rctx-contextmenu/
67 stars 15 forks source link

Arrow functions do not have an arguments object #45

Open aliu-vmware opened 1 year ago

aliu-vmware commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions

Arrow functions don't have their own bindings to this, arguments, or super, and should not be used as methods.