File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-storefront" ,
3- "version" : " 8.1 .0" ,
3+ "version" : " 8.2 .0" ,
44 "description" : " Build and deploy e-commerce progressive web apps (PWAs) in record time." ,
55 "module" : " ./index.js" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ export default function Media({
2828 alt,
2929 magnify,
3030 sources,
31- poster,
3231 type = 'image' ,
3332} ) {
3433 const classes = useStyles ( )
Original file line number Diff line number Diff line change @@ -281,7 +281,6 @@ function MediaCarousel(props) {
281281 onLoad = { i === 0 ? onFullSizeImagesLoaded : null }
282282 magnifyProps = { magnifyProps }
283283 { ...item }
284- magnify = { isTouchScreen ? undefined : item . magnify }
285284 src = { get ( item , 'magnify.src' , item . src ) }
286285 imageProps = {
287286 lightboxActive && ! isTouchScreen
You can’t perform that action at this time.
0 commit comments