2.4.4
http://jsfiddle.net/vjvMp/2019/
The precise layout of the components are in the JSFiddle. The assembly of the components is for some reason very fragile which makes me think that this is a bug. For example, if I remove the top-most layout component that shouldn't affect the code, the warning disappears: http://jsfiddle.net/vjvMp/2020/
For the slot on the Child to be hoisted up to the Parent and rendered above the Child without problem.
The Child gets rendered but there is an infinite update loop warning.
The code was working at v2.4.2; seems like it was introduced at v2.4.3.
data, this makes the while api object reactiveFor now your workaround could be either Object.freeze the vnode or do not make the api injection reactive.
Fix works great! Thanks @yyx990803
Most helpful comment
data, this makes the whileapiobject reactiveFor now your workaround could be either
Object.freezethe vnode or do not make the api injection reactive.