- Issue created by @davidlfg
- 🇨🇴Colombia davidlfg
I was able to resolve the issue by adding a dependency to the modal in the `entity_browser.libraries.yml` file. Specifically, I included the following line:
dependencies:
+ - core/drupal.dialog.ajax
This adjustment ensures that the modal works correctly and prevents the Uncaught TypeError from occurring.
To help others facing the same issue, I am sharing a patch for the module with this adjustment. Here is the patch file →