Same problem. I manually upgraded the braintree lib but still not working.
$image= wp_get_attachment_image( get_post_meta( get_the_ID(), ‘_home_heroimage’, true ), ‘full’ );
I am not getting the attachment id.
get_post_meta( get_the_ID(), ‘_home_heroimage’, true ); // this returned the url
same error on my blog pages