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
From @mairatma on June 6, 2016 18:36
For example:
<Something>{ param => <span>{ param }</span> }</Something>
These shouldn't really run when rendering children, they're just there in case the component receiving it gets it directly from this.config.children.
this.config.children
This is specially useful when using third party react libraries that expect this api, and it won't be much code to support, so it's worth adding it.
Copied from original issue: mairatma/metal-jsx#9
The text was updated successfully, but these errors were encountered:
This issue was moved to metal/metal.js#135
Sorry, something went wrong.
No branches or pull requests
From @mairatma on June 6, 2016 18:36
For example:
These shouldn't really run when rendering children, they're just there in case the component receiving it gets it directly from
this.config.children
.This is specially useful when using third party react libraries that expect this api, and it won't be much code to support, so it's worth adding it.
Copied from original issue: mairatma/metal-jsx#9
The text was updated successfully, but these errors were encountered: