Thank you for updating the patch but after applying it I was facing an ajax error while I was trying to manage the layout of the entity type.
Apparently in the manage layout option of the manage display $form['settings']['block_form']['#block'] is not set it was throwing an error.
I added a condition and now it is working again
Thank you this was exactly what I was looking for.
georges adwan → created an issue.
After further research It came to my attention that in the update of the ui pattern module the definition of the protected variable $basePluginId was removed from the LibraryDeriver class.
I replicated the same change in the wingsuit ui patterns module and it works. I no longer have the error in question
Georges ADWAN → created an issue.
Georges ADWAN → created an issue.