n.value node_modules/react-audioplayer/build/react-audioplayer.js:1
TypeError: Cannot read property 'addEventListener' of null
TypeError: Cannot read property 'removeEventListener' of null
two errors when trying to load component inside render.
<Audio
width={600}
height={400}
autoPlay={true}
fullPlayer={true}
playlist={p}
style={{ paddingTop: 5 }}
onCommentSubmit={text => {
console.log(text);
}}
/>
const p is an array with song objects.
n.value node_modules/react-audioplayer/build/react-audioplayer.js:1
TypeError: Cannot read property 'addEventListener' of null
TypeError: Cannot read property 'removeEventListener' of null
two errors when trying to load component inside render.
<Audio
width={600}
height={400}
autoPlay={true}
fullPlayer={true}
playlist={p}
style={{ paddingTop: 5 }}
onCommentSubmit={text => {
console.log(text);
}}
/>
const p is an array with song objects.