You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One problem is that React uses attributes instead of properties for custom elements. Attributes are just strings, but you need an array of objects. You can work around this by using ref. Try this (not tested):
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
The text was updated successfully, but these errors were encountered: