You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In component.go, NewComponent has a closure called vmfn, which calls the vmCreator function every third time it (vmfn) is invoked. The intent seems to be call vmCreator once for each instance of the given component.
As near as I can tell, vmfn is called four times per component.
Is there a mismatch going on somewhere, or have I missed something, or what?
Thanks for this package!
The text was updated successfully, but these errors were encountered:
In component.go, NewComponent has a closure called vmfn, which calls the vmCreator function every third time it (vmfn) is invoked. The intent seems to be call vmCreator once for each instance of the given component.
As near as I can tell, vmfn is called four times per component.
Is there a mismatch going on somewhere, or have I missed something, or what?
Thanks for this package!
The text was updated successfully, but these errors were encountered: