-
Notifications
You must be signed in to change notification settings - Fork 349
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
setState issue #16
Comments
@nivla360 this may be as a result of creating your stories list in the build method. To prevent such behavior, create your list as a global field. If not, I'll have to see your code, so I could know how to help or fix the issue |
oh okay, thanks a lot it worked. |
same issue |
so much thanks to you |
@blackmann you are a savior. Thank you so much! |
When setState() is called while a story is playing it moves back to the beginning of the list
The text was updated successfully, but these errors were encountered: