We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
For some reason I get different params format when encoding and decoding data.
For example;
data: new r.Optional(new r.String('size', 'utf8'), (parent) => { console.log(parent) return !isBinaryType(parent.val?.type ?? parent.type) }),
When encoding I get : But when decoding I get :
So when I decoding I get the .val that I get in encoding
.val
I that expected ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
For some reason I get different params format when encoding and decoding data.
For example;
When encoding I get :
But when decoding I get :
So when I decoding I get the
.val
that I get in encodingI that expected ?
The text was updated successfully, but these errors were encountered: