-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
fix TODO for VNode::apply for VNode::VRef variant #194
Comments
vitiral
changed the title
fix TODO for VNode::VRef::apply
fix TODO for VNode::apply for VNode::VRef variant
Apr 9, 2018
This was referenced Apr 9, 2018
Closed
vitiral
added a commit
to vitiral/yew
that referenced
this issue
Apr 10, 2018
I think I'm missing something -- how are we communicating to javascript that our node is doing anything? I feel like the |
This is related to #189 and makes me at least convinced that it is non-trivial. |
vitiral
added a commit
to vitiral/yew
that referenced
this issue
Apr 11, 2018
vitiral
added a commit
to vitiral/yew
that referenced
this issue
Apr 11, 2018
vitiral
added a commit
to vitiral/yew
that referenced
this issue
Apr 11, 2018
vitiral
added a commit
to vitiral/yew
that referenced
this issue
Apr 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the current code:
This is making it so that we can't shim arbitrary javascript nodes into yew:
koute/stdweb#196 (comment)
This could offer preliminary support for #143
The text was updated successfully, but these errors were encountered: