I have updated my project to Drupal 11.1.1.
Now I have some modals not opening and I get the following error instead:
An error occurred during the execution of the Ajax response: TypeError: i.ui.safeActiveElement is not a function
I think that is because safeActiveElement does not exist in jquery 4.0.0 which core uses, but jquery_ui seems to assume this exists ? So I think jquiery_ui needs a newer version compatible with D11 / jquery 4.0.0
Active
1.7
Code