Hi @Kummari_DilipKu
Maybe you can check keepHash, and make it configurable in the component so that you disable/enable URL update for particular component
/**
* Navigates to the item at the provided index and ensures the active tab gains focus
*
* @private
* @param {Number} index The index of the item to navigate to
* @param {Boolean} keepHash true to keep the hash in the URL, false to update it
*/
Arun Patidar