This is kind of how I feel when having to create an Aura component because LWC still doesn't have feature parity for that specific need of the client. 😜
.
.
.
.
.
.
.
PS.: Or when I need to do a
$A.get('e.force:refreshView').fire();
because neither
this.dispatchEvent(new RefreshEvent());
nor
await notifyRecordUpdateAvailable([{recordId: this.recordId}]);
refreshes a specific standard component on a console app.
LinkedIn post 166
This is kind of how I feel when having to create an Aura component because LWC stil...
