@axinom/mosaic-ui 0.55.0-rc.13 → 0.55.0-rc.14

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-ui",
3
- "version": "0.55.0-rc.13",
3
+ "version": "0.55.0-rc.14",
4
4
  "description": "UI components for building Axinom Mosaic applications",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -32,7 +32,7 @@
32
32
  "build-storybook": "storybook build"
33
33
  },
34
34
  "dependencies": {
35
- "@axinom/mosaic-core": "^0.4.28-rc.13",
35
+ "@axinom/mosaic-core": "^0.4.28-rc.14",
36
36
  "@faker-js/faker": "^7.4.0",
37
37
  "@geoffcox/react-splitter": "^2.1.2",
38
38
  "@mui/base": "5.0.0-beta.40",
@@ -107,5 +107,5 @@
107
107
  "publishConfig": {
108
108
  "access": "public"
109
109
  },
110
- "gitHead": "f53dafedbd92684becb0b4aba9b2aea25da2f6c4"
110
+ "gitHead": "da051ec0aedb1da41f4fc3bba07a03c656f431bd"
111
111
  }
@@ -88,6 +88,7 @@ export const ImageLoader: React.FC<ImageLoaderProps> = ({
88
88
  if (imgSrc === undefined) {
89
89
  setState(ImageLoaderState.Failed);
90
90
  }
91
+ setState(ImageLoaderState.Loading);
91
92
  }, [imgSrc]);
92
93
 
93
94
  // Fallback if the image source fails to load in time