Problem/Motivation
When I open linkit entity browser, I see error in log:
Notice: Undefined index: #wrapper_id in Drupal\\linkit_entity_browser\LinkitEntityBrowserForm->processEntityBrowser() (line 186 of /app/web/modules/contrib/linkit_entity_browser/src/LinkitEntityBrowserForm.php)
Proposed resolution
The problem is with form element for entity_browser, where #id is defined instead of #wrapper_id.
Issue fork linkit_entity_browser-3221694
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rp7 commented