angular-three 4.0.0-next.50 → 4.0.0-next.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2422,6 +2422,8 @@ class NgtRenderer2 {
2422
2422
  if (pRS[0 /* NgtRendererClassId.type */] === 'platform' && cRS[0 /* NgtRendererClassId.type */] === 'three') {
2423
2423
  // if platform has parent, delegate to that parent
2424
2424
  if (pRS[5 /* NgtRendererClassId.parent */]) {
2425
+ // but track the child for this parent as well
2426
+ addRendererChildNode(parent, newChild);
2425
2427
  return this.appendChild(pRS[5 /* NgtRendererClassId.parent */], newChild);
2426
2428
  }
2427
2429
  // platform can also have normal parentNode