Closed
Description
First of all I would like to thank you for your awesome work. This micro-framework/library looks really interesting and very promising indeed.
I was playing with the example provided here and stumbled upon a couple of issues.
The first one is that sometimes, when re-rendering a re-ordered array, the first item is not displayed. I've tried both with data-id
attribute in the template and without it, it doesn't help much. What am I doing wrong here?
The second one is just a DOMException
being thrown when trying to render the reordered array.
Both issues are illustrated by this fiddle