There is a temporary solution:
add_action('wp_head', function() {
remove_action('wp_head', '_block_template_render_title_tag', 1);
remove_action('wp_head', '_block_template_viewport_meta_tag', 0);
}, PHP_INT_MIN);
Oxygen will get a fix for that in a future release.