@michiellucas problem is with your code in
Drupal\image_browser_widget_crop\Plugin\Field\FieldWidget\ImageCropFileBrowserWidget
`create` and `__construct` methods have to be aligned with latest version of entity_browser module.
@edmund.dunn possibly that in your example it loads two different widgets in that page.
I marked differences in traces from your video (images attached)
This issue is caused by 📌 Cleanup plugin constructors Fixed and the release 8.x-2.10 of Entity Browser.
entity_browser_table module does not support newly implemented plugin construction logic so the required dependencies is not set.
There is an issue for that module 🐛 Error: Call to a member function getStorage() on null RTBC
This issue is caused by 📌 Cleanup plugin constructors Fixed and the release 8.x-2.10 of Entity Browser.
The new logic for plugin's construction. Instead of overriding constructor they add additional dependencies using just a create method.
Here's a patch adding use of `once` as I proposed.
Evaldas Užkuras → created an issue. See original summary → .
Adding patch to change priority for routes alter to run at the very end of routes build