imgix / imgix-url-params

Organized, machine-friendly documentation of imgix's URL parameters
BSD 2-Clause "Simplified" License
39 stars 7 forks source link

short_description is missing ? #21

Open DevSide opened 1 year ago

DevSide commented 1 year ago

short_description field is missing on "gif-q" feature (maybe some other) which makes @imgix/gatsby throws here: https://github.com/imgix/gatsby/blob/main/src/modules/gatsby-plugin/graphqlTypes.ts#L59

Either this is a required field and should be fix here, or @imgix/gatsby should handle it optionally.

luqven commented 1 year ago

Hey @DevSide 👋🏼 , thanks for opening this issue.

The latest release, @imgix/gatsby@latest, should resolve this issue. If you're still experiencing problems, either open a new issue on imgix/gatsby or add a comment to this issue, and we'll be sure to re-open it.

As far as the field missing, we're looking at adding short_description to gif-q and will update this issue once that's resolved.

Please let us know if you have any further issues or questions.

JuhG commented 12 months ago

Hey @luqven! It might be fixed in the latest version, but unfortunately we're still on v1, and it's definitely not fixed in that version. Any chance you could fix it here or add the ? to shortDescription?.slice(-1) as a bugfix release? Happy to help with a PR if that helps. Thanks!