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
i'm so confused how would this would even work for templates... they are instance-based, would the "children" be instances or elements? idk why I made this issue.
The way I could see this working is it passes the elements to the onUpdate function, and the template would be responsible for doing froact.Roact.mount, froact.Roact.update, and froact.Roact.unmount.
We should probably do the same thing for templates, by passing a second arg to the onUpdate callback functions with the children
Originally posted by @fewkz in #4 (comment)
The text was updated successfully, but these errors were encountered: