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
Today, it's always a string and needs to be an expression. That can get unreadable for some more complex cases.
Explore adding an option to pass a function and stringify it with fn.toString().
fn.toString()
The text was updated successfully, but these errors were encountered:
props.value
Do you have any pointers for this one? Would love to give it a shot. I assume something needs to be done here:
https://github.com/uber/react-view/blob/master/src/ast.ts#L52
Sorry, something went wrong.
Yea, that should be the place. You need to check if what is a function and if so, it needs to be stringified and parsed.
what
Any updates on this? @raunofreiberg
No branches or pull requests
Today, it's always a string and needs to be an expression. That can get unreadable for some more complex cases.
Explore adding an option to pass a function and stringify it with
fn.toString()
.The text was updated successfully, but these errors were encountered: