While doing some work on this plugin in another branch I was encountering issues where this was not defined because the methods had been destructured and not called via an instance of the plugin. Avoiding destructuring seems like an improvement to me because it's actually more concise and would avoid any potential confusion around what this is
While doing some work on this plugin in another branch I was encountering issues where
this
was not defined because the methods had been destructured and not called via an instance of the plugin. Avoiding destructuring seems like an improvement to me because it's actually more concise and would avoid any potential confusion around whatthis
is