Nicole Stein
Nicole Stein
I ran into this issue and it turned out I was including a very old version of the Custom Elements Polyfill (https://github.com/webcomponents/custom-elements). Removing it solved the problem.
I'm seeing something similar, also on the Mac w/ retina display. Making the terminal window large before starting the program doesn't help - the number of comments still overflows to...
This can be reproduced consistently in Firefox. However, the recommended fix doesn't seem to work - it breaks iron-icon for me entirely.
I ended up resolving this by removing the Polymer v1 web components Polyfill, which I no longer needed since I had upgraded to Polymer 2. Check to make sure you're...