eslint-plugin-aura icon indicating copy to clipboard operation
eslint-plugin-aura copied to clipboard

no-deprecate-event-creation incorrectly flags e.force:showToast

Open nwcm opened this issue 1 year ago • 0 comments

image

As per Salesforce documentation, and functionality the below is valid

const toastEvent = $A.get("e.force:showToast");

https://developer.salesforce.com/docs/component-library/bundle/force:showToast/documentation

nwcm avatar Apr 26 '23 02:04 nwcm