marionettejs / backbone.marionette

The Backbone Framework
https://marionettejs.com
Other
7.07k stars 1.26k forks source link

CollectionView adding Model to collection does nothing #3660

Closed norbert-gaulia closed 5 years ago

norbert-gaulia commented 5 years ago

This code copied straight from 4.0.0 docs: https://jsfiddle.net/onjr4mud/3/

That supposed to execute childView(), and onRender() on both child views, but nothing happens.

norbert-gaulia commented 5 years ago

Was playing with examples, apparently by rendering view it did the trick.