react-progressive-image-loading
react-progressive-image-loading copied to clipboard
Progressively load images using a blur effect.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
componentWillUnMount -> componentWillUnmount
I'm getting this `Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move code with side effects to componentDidMount, and set initial state...
Although an unmount mechanism is implemented, we still get the "setState on unmounted component" error. We have managed to find the problem lying in a typo of the lifecycle method...
Hi, thanks for this awesome component ! How can I handle loading errors (eg: bad URL) ?
``` import ProgressiveImage from "react-progressive-image-loading"; } /> ``` warning.js:35 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object....