react-progressive-image-loading icon indicating copy to clipboard operation
react-progressive-image-loading copied to clipboard

Progressively load images using a blur effect.

Results 7 react-progressive-image-loading issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](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...

dependencies

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....

question