PolymerElements / paper-item

Material Design list items
https://www.webcomponents.org/element/PolymerElements/paper-item
33 stars 34 forks source link

font-roboto dependency fails in polymer 3 __auto_generated_3.0_preview branch #121

Open chrisekelley opened 6 years ago

chrisekelley commented 6 years ago

Description

In the __auto_generated_3.0_preview branch, one of the dependencies, paper-styles, is dependent upon font-robot, which has a failed conversion to polymer 3. This causes the paper-item widget to fail.

I also posted an issue in the dependency's repo: https://github.com/PolymerElements/font-roboto/issues/17

Expected outcome

Render an item

Actual outcome

Does not render; you get an error message in the js console

Live Demo

https://chrisekelley.github.io/poly3-paper-item-test/

Steps to reproduce

Check out the repo: https://github.com/chrisekelley/poly3-paper-item-test

Browsers Affected