Problem/Motivation
Scenario:
-Content type with field_image added.
-Default image set for field on content type.
-Core layout builder is used to define display layout.
-Body field and image field are added in side by side columns.
-Page will render images explicitly added to field on node but not the default field image.
It's worth noting that the issue happens on both default images added to the node bundle scope AND to the field itself.
When this happens, there is NO html output for the image field at all, only the wrapping column.
When layout builder was disabled and I returned to the default display editor, the default image rendered.