Theme Options wp_editor breaks with 6.0.2 update

Here is the solution:

Remove the following lines of code from the functions.php

    wp_editor( "" , "main_text", array());
    wp_editor( "" , "invite", array());
    wp_editor( "" , "mobilemain_text", array());

Shoutout to @aatanasov on wordpress.org/support for the solution.