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
Any news on this issue? I have also this warning
Warning: Failed prop type: The prop fluid or fixed is marked as required in Image, but their values are both undefined.
@Qurus There's a really annoying flaw in Storyblok in that it doesn't return null values to otherwise empty fields, it returns undefined. The best way to handle this is to use something like PropTypes to handle the undefined value, and return it as null, that way you can conditionally return the Img tag if the field isn't empty.
Hi there,
I'm experiencing issues with the fixed property not being recognized. However, the component is rendering just fine.
Console error:
Warning: Failed prop type: Invalid prop
fixedsupplied to
Image. in Image (at fixed_image.js:14)
Component:
The text was updated successfully, but these errors were encountered: