Maximum call stack size exceeded when I add in a validation function? #1670
Answered
by
msujew
durianwaffle
asked this question in
Q&A
-
I wrote my own validator, and registered it in
My code about the validator is as below:
|
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Sep 11, 2024
Replies: 1 comment 9 replies
-
Hey @durianwaffle, Can you share a reproducible example? It's hard to tell what's wrong from the snippet you provided. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No idea why it works in Lox, it's likely a very specific set of circumstances. It's not supposed to work like this. You either write:
or
but not both.