@benbodhi got same error on PHP 7.4.
The error is caused by line 54 in admin-init.php because of the undefined target css_target
?$value[‘css_target’]?=?esc_attr(?sanitize_text_field(?$value[‘css_target’]?)?);
You just need to check if the value exist before calling it.