My guess is the culprit is /advanced-custom-fields-pro/pro/blocks.php
line 523 if( !empty($query['preview']) ) {
. Assuming $query['preview']
is no longer evaluating as empty on the frontend.
Unfortunately, I do not have a local install of wordpress with 5.5 to see what $query['preview']
evaluates to on the frontend as of the latest update and I am currently busy with a deadline.
Good luck with the bug hunting!