-
- Downloads
Use react-image to provide placeholder images (in case there is no image url,...
Use react-image to provide placeholder images (in case there is no image url, the image doesn't load, etc) Fixes #1966
... | @@ -52,6 +52,7 @@ | ... | @@ -52,6 +52,7 @@ |
"prop-types": "^15.6.2", | "prop-types": "^15.6.2", | ||
"react-full-screen": "^0.2.4", | "react-full-screen": "^0.2.4", | ||
"react-i18next": "^10.2.0", | "react-i18next": "^10.2.0", | ||
"react-image": "^2.0.0", | |||
"react-mosaic-component": "^2.1.0", | "react-mosaic-component": "^2.1.0", | ||
"react-placeholder": "^3.0.1", | "react-placeholder": "^3.0.1", | ||
"react-redux": "^6.0.0", | "react-redux": "^6.0.0", | ||
... | ... |
Please register or sign in to comment