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
check about self.children.append(eval_result). ps: self.children is currently not being used.
code block:
if isinstance(eval_result, Component):
# this is a parent, right?
self.children.append(eval_result) #TODO: Check with sanskar - this is a bug, we don't have self.children
return
The text was updated successfully, but these errors were encountered:
SuelenKarbivnychyy
changed the title
Check the code on handle_data function
Check code block on handle_data function
Aug 22, 2023
On handle_data function line 245,
check about
self.children.append(eval_result)
. ps:self.children
is currently not being used.code block:
The text was updated successfully, but these errors were encountered: