Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

prototype.registerCallback is not a function in Polymer

Tags:

polymer

I've try to use core-icon and layout element. When I import core-icons.html, there's some error..

Uncaught TypeError: prototype.registerCallback is not a function

and there is any element display on the page.

What should I do to fix it. - Using Polymer 0.9 and Elements (0.5)

like image 356
facebook-1153268057 Avatar asked Dec 15 '22 14:12

facebook-1153268057


1 Answers

Core Elements are not compatible with Polymer 0.9. Use iron-elements instead.

like image 111
Neil John Ramal Avatar answered Feb 11 '23 23:02

Neil John Ramal