-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Bug) videoUrl does not get updated on props change #6
Comments
@brothatru Could you please look into this and tell me a turnaround as this library is very important for my project |
Did you find a solution for this? |
Since this bug was making an issue, how i approached this was to use a timer to hide it for 100ms and so that it is forced to rerender. i ll post the code for it below.
Where the src is the url incoming from the props. |
While using VideoThumbnail and changing the videoUrl of using props does not changes videoUrl and same thumbnail gets generated again
The text was updated successfully, but these errors were encountered: