Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSub-components of a simple list are regenerated after component containing simple list is mounted #3602
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No regeneration of simple list sub-components.
Actual Behavior
Sub-components of a simple list is regenerated after component containing the list is mounted.
Console output
Here (see jsfiddle.net) with a simple list and not a simple list.
Sub-component item in list is a slider.
Slider id is generated on slider creation.
Only the simple list regenerates its sub-component after app is mounted.
And Thank You for your Great Framework7!