79274319

Date: 2024-12-12 08:38:29
Score: 1
Natty:
Report link

You can check if it's null before you render the <NextImage /> component

{
  article.mainImage && <NextImage {...otherProps} />
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: XH栩恒