@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.
@@ -442,7 +442,7 @@ var Image = function Image(_ref) {
442
442
  var _useContext = useContext(BlockContext),
443
443
  lightBox = _useContext.lightBox;
444
444
 
445
- var _useState = useState(false),
445
+ var _useState = useState(lazy ? false : true),
446
446
  isLoaded = _useState[0],
447
447
  setIsLoaded = _useState[1];
448
448