ContainerView: limitations when dynamically adding views

ContainerView seems to have a number of practical limitations when it comes to playing with render helpers, as the automatic-wiring that occurs is less than the render helpers expect. e.g. there is a rendering error when the view has a template that uses a handlebars helper.

Rather than retype everything, here is the SO question I posted a few moments ago: javascript - ContainerView: limitations when dynamically adding views - Stack Overflow

Code example:

Thanks