- 🇳🇿New Zealand quietone
As stated 8 months ago, we need steps to reproduce this, starting from install Drupal core, to investigate this. Because none have been provided I think it is time to close this issue.
- 🇬🇷Greece kostask
I had the same warning and in my case the problem was in my custom code.
The base_plugin_label was missing from the @EntityReferenceSelection annotation.
Adding it and clearing the caches resolved the issue. - 🇨🇦Canada joelpittet Vancouver
@kostask Thanks for the note, that fixed it for me as well, I was missing something in my custom entity's annotation.