metacartel / metacartel-org-site

Home Page:metacartel-org-site.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image using unsupported "style" property warning

wackerow opened this issue · comments

Describe the bug
Getting warnings about using an unsupported "style" props on all of our carousel images

image.js?82f6:414 Image with src "/images/FamilyPhotos/metacartel_paris-2021.jpg" is
using unsupported "style" property. Please use the "className" property instead.

To Reproduce
Steps to reproduce the behavior:

  1. Spin up development environment, yarn dev
  2. Go to 'http://localhost:3000'
  3. Open console and see warnings

Expected behavior
PhotoCarousel images should be loaded and displayed without any warnings, while maintaining the styling desired.

Screenshots
image

Additional info
These are silenced in production