DEV Community

Discussion on: Configure Fallback Images in React and Next.js

Collapse
 
dineufeld profile image
Dimitri Neufeld • Edited

found conditional logic issue, it should be
src={imageError ? fallBackSrc : src}
....

Collapse
 
frontenddeveli profile image
Elisabeth Leonhardt

That's absolutely correct! Thank you for pointing this out - I already the example in the article 😀