-
Notifications
You must be signed in to change notification settings - Fork 47.3k
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 webcomponents example #7056
Comments
jalexanderfox
added a commit
to jalexanderfox/react
that referenced
this issue
Jun 16, 2016
jalexanderfox
added a commit
to jalexanderfox/react
that referenced
this issue
Jun 22, 2016
jimfb
pushed a commit
that referenced
this issue
Jun 22, 2016
Fix landed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ReactComponent > WebComponent > ReactComponent interop example is currently partially broken:
https://github.com/facebook/react/blob/master/examples/webcomponents/index.html
In Chrome 51.x, the custom element's createdCallback
expect:
actual:
To get this to work the createdCallback function can be moved to an attachedCallback.
Pull request coming soon.
The text was updated successfully, but these errors were encountered: