Why functions being stripped out of list of objects in arg()
#1156
Unanswered
ramiroaraujo
asked this question in
Q&A
Replies: 1 comment
-
@ramiroaraujo The payloads are serialized into JSON to send between the script process and the app process. So yeah, all handlers/fns/etc need to map to something valid in JSON in the payload if you want to invoke them. Is there some specific behavior you're looking for I could support? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm prompting the user with a list of transformation functions to perform on strings, and the functions inside the payload are being stripped out. I solved it with a Map, but just as a curiosity why being removed?
Beta Was this translation helpful? Give feedback.
All reactions