Hello, I have this warning only whenever I try to implement
<ReactNetflixPlayer src={myMp4FileState}/>
into my component, if I disable the React-netflix-player and switch to a standard HTML tag like:
<video controls>
<source src = {myMp4FileState} />
</video>
the warning will disappear and everything is fine again, no more warning fire out, I've tested it a few times by disabling and enabling the React-netflix-player, so I think it's from the React-netflix-player, hope you can have a look, thanks.
For more specific, it's said:
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
at c.default
Hello, I have this warning only whenever I try to implement
<ReactNetflixPlayer src={myMp4FileState}/>into my component, if I disable the React-netflix-player and switch to a standard HTML tag like:
the warning will disappear and everything is fine again, no more warning fire out, I've tested it a few times by disabling and enabling the React-netflix-player, so I think it's from the React-netflix-player, hope you can have a look, thanks.
For more specific, it's said: