@meduza/ui-kit-2 0.1.50 → 0.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -449,7 +449,7 @@ var Image = function Image(_ref) {
449
449
  var _useContext = React.useContext(BlockContext),
450
450
  lightBox = _useContext.lightBox;
451
451
 
452
- var _useState = React.useState(false),
452
+ var _useState = React.useState(lazy ? false : true),
453
453
  isLoaded = _useState[0],
454
454
  setIsLoaded = _useState[1];
455
455