Replies: 3 comments 5 replies
|
Same error here |
3 replies
|
For the poster, you didn't define your environment, need your package.json if React for sure. |
2 replies
|
this is still happening whenever I navigate away from a page with Vidstack player.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I’ve been implementing VidStack for YouTube Lives, which have mostly worked well in hiding the titles and logos of the streams. However, when I switch to another section, I get an error stating that the Provider has been destroyed. This makes me think that the application is trying to access the Provider after it has been destroyed (just a theory). The component is being rendered dynamically, FYI.

All reactions