Fork me on GitHub
#hyperfiddle
<
2023-10-23
>
Vincent04:10:51

Found out that on the clientside I see null as a nestedReplies input which is weird, i think the query should result in an empty set not a null id, but it returns an "undefined" somehow (??) still investigating

Dustin Getz10:10:43

likely unserializable reference transfer, are you watching logs?

Dustin Getz10:10:15

oh, nvm you see “undefined” not nil, that generally means an arity error in js

Vincent15:10:30

Ah interesting