Before 0.11.9: ``` HTML <my-component v-repeat="myPrimatives"></mycomponent> ``` worked like a champ. Now, the components do not render and raise the warning: `v-component="my-component" cannot be used on an already mounted instance.`