You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have to add some small components dynamically after user changes trait (eg: rewind, infinity, ...). My solution was add those by using onRender() method in Slider component. but the issue is when the Slider component re-render, it has extra components.
Here is a simple demo (for simplicity, I reset all components then add new ones):
And this is my change in view of Slider component:
Hi @artf,
Currently, I have to add some small components dynamically after user changes trait (eg: rewind, infinity, ...). My solution was add those by using onRender() method in Slider component. but the issue is when the Slider component re-render, it has extra components.
Here is a simple demo (for simplicity, I reset all components then add new ones):
And this is my change in
view
of Slider component:I hope you have some solutions about this, thank you and happy holiday :D
The text was updated successfully, but these errors were encountered: