You'll notice
Useful2 Signal2
Whiteboard images must have a valid src, and non-images can't carry one.
What's wrong with this entry?
Anonymous. No account, no email.
src
What
Whiteboard element validation now rejects an image element with no valid src, and rejects a src on any element that is not an image.
Evidence
if (r.type === "image")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.