donaldp → changed the visibility of the branch 2473873-views-entity-operations to active.
donaldp → changed the visibility of the branch 2473873-views-entity-operations to active.
I've just hit this issue or similar and can confirm that it only appears with twig debugging enabled.
This was happening in a view using views_accordion showing 3 fields for each row, one of which was empty. Despite having "Hide if empty" and "Hide rewriting if empty" the field heading still appeared when twig debugging was enabled. This was both in the views preview and the view page.
Running Drupal 10.3.2 with all modules up to date.
2.2.3 is working for me. Thanks.
That is an issue. Captcha 1.9 was marked as D10 compatible, but causes errors in D10. Rather than fix that issue they have released a new version 1.10 that is NOT makred as D10 compatible.
In otherwords the latest version of Captch 1.x is no longer compatible with D10.
See:
https://www.drupal.org/project/captcha/releases/8.x-1.10 →
Also the isssue that caused this:
https://www.drupal.org/project/captcha/issues/3351472
🐛
Image not shown, PHP error
Closed: duplicate
Currently composer can not resolve this.
This can be resolved by this:
https://www.drupal.org/project/recaptcha/issues/3346050
✨
Change CAPTCHA from ^1.4 to ^1.4 || ^2 in composer.json file
Fixed
donaldp → created an issue.
donaldp → created an issue.
donaldp → created an issue.
The changes allowed me to generate a new subtheme.
Thanks.