π | Entity Browser - Table Layout | jQuery.once() is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead.
πΊπΈUnited States angelazer
We encountered jQuery.once() error with drag and drop content sections within our entity reference paragraph. This patch resolves our issue.
drupal.js?v=10.2.4:64 Uncaught TypeError: $(...).once is not a function
at Object.attach (entity_browser.table.js?sdjpau:14:80)
at drupal.js?v=10.2.4:166:24
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (drupal.js?v=10.2.4:162:34)
at success (ajax.js?v=10.2.4:1827:20)
at l (loadjs.min.js?v=4.2.0:1:217)
at loadjs.min.js?v=4.2.0:1:1556
at Array.n (loadjs.min.js?v=4.2.0:1:1483)
at o (loadjs.min.js?v=4.2.0:1:117)
at loadjs.min.js?v=4.2.0:1:1287
πΊπΈUnited States angelazer
We were also encountering a similar error, and confirmed this patch resolves it:
Error: Call to a member function getStorage() on null in Drupal\entity_browser\Plugin\Field\FieldWidget\EntityReferenceBrowserWidget->formElementEntities() (line 759 of /code/web/modules/contrib/entity_browser/src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php).