Aleksandr Grenishin

Results 15 comments of Aleksandr Grenishin

@loganfsmyth hmm, it seems that there is problem with react-redux connect decorator cause with simple decorator all works fine. Sorry for disturbing.

I was wrong. ``` javascript function wrap(wrappedComponent) { class Wrapper extends React.Component { render() { return React.createElement(wrappedComponent, this.props); } } return Wrapper; }; @wrap export class Node extends React.Component {...

@apatton724 Hello! I'm not familiar with Cordova but I'm found a plenty of issues related with that `img` tag not loading images. Problem with Cordova may be caused by CORS...

Hey @rnwelsh, thanks for the contributing! Unfortunately, using `Array.includes` can break backward compatibility for some of our customers whose users use IE10+, which support we claim. Therefore, it's still better...

1. When you upload a picture, the name is unknown ![image](https://user-images.githubusercontent.com/670959/77626201-10ec1780-6f56-11ea-9e1a-d5f10e1c6316.png) 2. When you close the dialog after loading an image (with a cross icon). ![image](https://user-images.githubusercontent.com/670959/77626310-37aa4e00-6f56-11ea-9c19-f6983ba4524a.png) 3. No progress can...

This is great! I've been waiting for this feature - it's exactly what I need. It's frustrating that there is a difference between production and development behavior, but this pull...

Let's merge it! So useful 🔥

Hey @atapas! I bumped react to v18 and fixed working under `React.StrictMode`, see https://github.com/uploadcare/react-widget/pull/321. It will be released asap. As for your screenshot - this warning wasn't caused by react-widget,...

Hey @slytter, is it reproducible on the emulator?