Hi everyone. Could anyone provide some guidance, or a link to info on the why, and the use of objects = notation in Panel? I was unable to find the answer in the documentation.
For example, why is there a difference between running pn.Row(widgets…) and pn.Row(objects=widgets), in a case where widgets is a Param list?
Also see this Discord thread on the subject: Discord thread: Update objects
@philippjfr kindly looked at the Bug I filed at his request, when I noticed that objects= worked with Row/Column layouts, but not with FlexBox. He has made a commit, so this now works / will work with FlexBox as well.
But I would still like understand the concept behind objects= , and when to use it and not use it.
Any insights greatly appreciated!