Vahe Hovhannisyan
Vahe Hovhannisyan
I'd do a PR, but I'm not sure this is the most optimal place to put the `noscript`. 1. Clone the repo 2. Open `LazyLoadImage.jsx` 3. Replace [this](https://github.com/Aljullu/react-lazy-load-image-component/blob/master/src/components/LazyLoadImage.jsx#L65-L82) with the...
Actually, this is better. **LazyLoadImage.jsx** ``` if (typeof window === "undefined") return {this.getImg()}; return ( {this.getImg()} ); ```
@sarnobat sorry to hear that, the code is probably outdated. The last time I worked on this was 3 years ago, and I'm not planning on doing any development on...
@susemiessner I remember something like that, but didn't have time to look at it.
I noticed this happening with a `react-hot-loader` setup. Each time I update a component it will create a new instance. My setup might be wrong tho.
@zalmoxisus I was mistakenly replacing the store on every hot load by calling https://redux.js.org/api/store#replaceReducer, but I think it should just replace the store in the devtools instead of creating a...
Any plans to return a promise on `getCurve` call?
@sentientwaffle what I mean is that right now it throws an exception when the rates are not available. Would be great if it could wait for the rates to be...
[This](https://github.com/wwayne/react-tooltip/issues/587#issuecomment-619675399) worked for me.
You're right, creating a build from a website may take less time, but the problem of automation is still there. Duplicate inclusion problem may disappear by not having any bower...