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 think your comment about component functions taking up to three args is incorrect, or at least at odds with the first example in the Appendix on this page:
I think your comment about component functions taking up to three args is incorrect, or at least at odds with the first example in the Appendix on this page:
https://github.com/Day8/re-frame/wiki/When-do-components-update%3F
The children are passed there as a separate arg for each, no props as an arg. It would seem you could have arbitrary arg lists of any length.
The text was updated successfully, but these errors were encountered: