ARTICLE AD BOX
i have some problem, which is my react-player doesnt come out/can't play. i dont know why, i already ask some alternate to chatgpt but it's not working. i dont what the problem, is it the version or just some error variable. so here is the code :
- TrailersSection.jsx
and the dummyTrailers is referring to assets.js :
import logo from './logo.svg' import marvelLogo from './marvelLogo.svg' import googlePlay from './googlePlay.svg' import appStore from './appStore.svg' import screenImage from './screenImage.svg' import profile from './profile.png' export const assets = { logo, marvelLogo, googlePlay, appStore, screenImage, profile } export const dummyTrailers = [ { image: "https://img.youtube.com/vi/WpW36ldAqnM/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=WpW36ldAqnM' }, { image: "https://img.youtube.com/vi/-sAOWhvheK8/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=-sAOWhvheK8' }, { image: "https://img.youtube.com/vi/1pHDWnXmK7Y/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=1pHDWnXmK7Y' }, { image: "https://img.youtube.com/vi/umiKiW4En9g/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=umiKiW4En9g' }, ]import logo from './logo.svg' import marvelLogo from './marvelLogo.svg' import googlePlay from './googlePlay.svg' import appStore from './appStore.svg' import screenImage from './screenImage.svg' import profile from './profile.png' export const assets = { logo, marvelLogo, googlePlay, appStore, screenImage, profile } export const dummyTrailers = [ { image: "https://img.youtube.com/vi/WpW36ldAqnM/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=WpW36ldAqnM' }, { image: "https://img.youtube.com/vi/-sAOWhvheK8/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=-sAOWhvheK8' }, { image: "https://img.youtube.com/vi/1pHDWnXmK7Y/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=1pHDWnXmK7Y' }, { image: "https://img.youtube.com/vi/umiKiW4En9g/maxresdefault.jpg", videoUrl: 'https://www.youtube.com/watch?v=umiKiW4En9g' }, ] ... }can you guys please help to fix it.
