#Issues with Ractive
- multiple transitions of the same component would not clear listeners leading to zombies in memory and ultimate browser crash; fixed in 0.6.0
- events like tap do not work together with adapters like ractive-ractive because one uses
dependencies
and one usespeerDependencies
- deeply nested POJO saved as a map with
set
triggers a change even if nothing has changed - ractive-ractive does not update parent model if we have passed in its subset like
parent.name
instead ofparent
; the data gets changed but no update event gets fired - setting a key to [] (resetting an array) has won't clear the array items from memory if they were linked to components, a while loop on all the items in the array and their subsequent pop works
- an error in a component fails silently killing with it some part of the template logic
- does not handle tags in templates that seem unclosed because they are closed in an if condition
- have to do this `listing="{{ { 'ID': ID