Replies: 1 comment
-
@ccummings could you share a codesandbox with what you tried? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Vaadin components (https://github.com/tomivirkki/react-vaadin-components) which use Polymer but am getting this error in production:
I've tried adding the
webcomponentsjs
polyfills but that didn't work. The only issues I've seen related to this in a React context were about various babel configurations in react-scripts@2.xWhat am I missing? Is it possible to get Polymer working in CRA without ejecting?
Polymer/polymer#5256
vaadin/base-starter-react#12
Beta Was this translation helpful? Give feedback.
All reactions