react-polymer
react-polymer copied to clipboard
Use Polymer elements in React
I'm not sure if my setup is wrong or this is an issue with React 16, I simply created an empty react app, then npm installed `react-polymer`, and added this...
React 16 added proper support for custom props, so do we still have issues with polymer components?
I'm trying to add paper-datatable, and I'm running into an error with dataHost. My issue is detailed here: https://stackoverflow.com/questions/44916580/add-paper-datatable-to-react-polymer-demo
https://github.com/jscissr/react-polymer/blob/master/index.js#L65 ``` static/js/main.ba291ce8.js from UglifyJs SyntaxError: Unexpected token: operator (>) [./~/react-polymer/index.js:65,0] error Command failed with exit code 1. ```