Fix duplication 0.4.x duplication bug for good

This commit is contained in:
Lucien Greathouse
2018-04-04 23:05:01 -07:00
parent bad0e67266
commit b448e8007e
2 changed files with 6 additions and 1 deletions

View File

@@ -161,6 +161,10 @@ function Reconciler:reconcile(rbx, item)
-- Use a dumb algorithm for reconciling children
self:_reconcileChildren(rbx, item)
if item.Route then
self._routeMap:insert(item.Route, rbx)
end
return rbx
end