cloudinary-community / gatsby-transformer-cloudinary

Use Cloudinary images with gatsby-image for high performance and total control!
https://gatsby-transformer-cloudinary.netlify.app/
MIT License
69 stars 28 forks source link

feat: allow invalid source data by making gatsbyImageData nullable #218

Closed raae closed 1 year ago

raae commented 1 year ago

When sourcing data every sourced item might not be be valid. Instead of stopping the build an error will be logged.

Make sure to check if gatsbyImageData is not null before using in the GatsbyImage component.

Closes #214

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 4.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: