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
"dependencies": { "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "3.0.1", "react-web-component": "git+https://github.com/spring-media/react-web-component.git", "react-web-component-style-loader": "^0.1.4-alpha" }
The text was updated successfully, but these errors were encountered:
I have the same problem:(
Sorry, something went wrong.
any information how to resolve it?
I am facing same issue
I think this is due to observedAttributes missing in this package. See https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements#using_the_lifecycle_callbacks.
observedAttributes
Someone has already proposed a fix, but it wasn't merged: #36.
No branches or pull requests
package.json
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"react-web-component": "git+https://github.com/spring-media/react-web-component.git",
"react-web-component-style-loader": "^0.1.4-alpha"
}
index.js
Terminal
The text was updated successfully, but these errors were encountered: