Media library style not loading correctly when selecting a page featured image – WordPress

After some search, the problem was in the pages which contains ACF blocks ACF plugin is not compatible with the latest WP 5.9.1 temporary fixes until the update has been released : 1- In your functions.php file add these lines: [php]function acf_fix_preload_path( $preload_paths ) { global $post; $rest_path = rest_get_route_for_post( $post ); $remove_path = add_query_arg( ‘context’, ‘edit’, … Read more