Hi @nabha
Thanks for teh bug report. I am unable to reproduce the error on my end. Can you please remove some variables and simply print out the value in your functions.php file like so:
echo '<pre>';
print_r( get_field('ancestor_urls', 'option') );
echo '</pre>';
die;
Thanks
E