Open issa-tseng opened 5 years ago
one possible solution is to refactor binding generation to be based on a Managed Varying.
this change would also allow wireEvents to not force artifact, but instead autowire once the artifact actually does exist.
(same problem with stdlib listview right now)
right now if you do
domview.subviews()
before you callartifact()
you get an empty List back.but then if you call
.artifact()
later, that list does not update with the new subviews.