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
I have migrated from gatbsy-image to gatsby-plugin-image on my blog and I have the following type error, and I'm not sure how to proceed. images render fine, so it is a problem with the type
Type 'IGatsbyImageData | undefined' is not assignable to type 'IGatsbyImageData'.
Type 'undefined' is not assignable to type 'IGatsbyImageData'.
gatsby-image.browser.d.ts(11, 5): The expected type comes from property 'image' which is declared here on type 'IntrinsicAttributes & GatsbyImageProps & { children?: ReactNode; }'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have migrated from gatbsy-image to gatsby-plugin-image on my blog and I have the following type error, and I'm not sure how to proceed. images render fine, so it is a problem with the type
My code
Type Error
Beta Was this translation helpful? Give feedback.
All reactions