Hello Team,
For now I have fixed the issue by cusomized plugin core file temporarily however its not permenent solution but for now its working.
Plugin folder > main.php > remove line 439 in else condition $products = $this->get_all_compare_products();
and replaced with $products = array();
Thank you.