After a "drush cr" I get this error:
Notice: Undefined index: lazy_image in lazy_field_formatter_info_alter() (line 286 of modules/contrib/lazy/lazy.module).
and
Notice: Undefined index: lazy_responsive_image in lazy_field_formatter_info_alter() (line 290 of modules/contrib/lazy/lazy.module).
It probably happens to me because I updated the module from version 2.0 to 3.4 and if I go on "/admin/config/content/lazy" I see:
The text-formats have lazy-loading enabled: none
and I haven't saved the configuration module yet.
Attached in the next commit a proposed patch
Comments
Comment #2
robertom commentedAttached a proposed patch
Comment #3
robertom commentedComment #5
osmanI was able to reproduce the errors. Thanks for the patch @robertom.