react-picture
react-picture copied to clipboard
This package is not maintained
Hi, I am using two images one for width 767w It is working on IE Edge but not on Chrome v58. when resizing window, desktop image is retained even when...
The documentation on this link https://www.npmjs.com/package/react-picture has an error. `return ( );` should have `extra={{className:'myImg'}}` instead of `extra={{className='myImg'}}`. Otherwise Babel won't transpile the component and will generate an error like:...
We receive the following warning when using the Image component: Warning: Failed propType: Required prop `alt` was not specified in `exports`. We have definitely included the `alt` property in our...