How to detect URL Query Parameters Change and reload the page in Salesforce Lightning Web Component(LWC)?
Quick Action Component: HTML: <template> </template> JavaScript: import { LightningElement, api } from 'lwc'; import { NavigationMixin } from 'lightning/navigation'; export default class SampleQuickAction extends NavigationMixin( LightningElement ) { ....