- Issue created by @kiwad
inline_entity_form.module line 288
On close, getting that warning + Oops, something went wrong. Check your browser's developer console for more details.
Simply changing line 287 with this would probably be enough
$entities = $form_state->get(['inline_entity_form', $ief_id, 'entities']) ?? [];
Active
Code