You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(gatsby-image): add required check for one of fluid or fixed (#25371)
* Do not crash the page if the image component is invoked without parameters
* added a warning if missing fluid and fixed props
* had swapped a condition
* doing destructuring in function parameter list
* now with functioning tree-shaking
* updating function doc: returns undefined, not null
* switching to proptypes for validation
* Update packages/gatsby-image/src/index.js
Co-authored-by: Andreas Ehrencrona <andreas@scholarsapp.com>
Co-authored-by: Ward Peeters <ward@coding-tech.com>
0 commit comments