Closed solenya-group closed 6 years ago
In certain scenarios it's useful to call explicitly attach components, i.e. you want to be able to perform functions on those components that use their parent, without waiting until the next refresh cycle.
So rename attachInternal to attach.
attachInternal
attach
done
In certain scenarios it's useful to call explicitly attach components, i.e. you want to be able to perform functions on those components that use their parent, without waiting until the next refresh cycle.
So rename
attachInternal
toattach
.