As of WordPress 6.7 SCRIPT_DEBUG, true
enables the React StrictMode.
This causes an js-error which breaks the block(s).
Just set define('SCRIPT_DEBUG', false);
in your wp-config.php as a temporary workaround. As mentiond here the ACF-Team should is working on a permanent fix.