-
Notifications
You must be signed in to change notification settings - Fork 660
Polymer.Base.mixin is not a function #447
Comments
Maybe unrelated but that scroll error makes me wonder. Are you using
|
I don't think that is it, because I am using the unaltered index.html that is shipped with the PSK which only uses webcomponents-lite.js. I did this with several un-altered copies of the PSK, installed via yeoman and also the downloaded zip files for 1.1.0 and 1.1.1. When I load the page from gulp/browser-sync, I get these errors only in Chrome only on my mac. The same version of Chrome on an ubuntu machine works fine (PSK 1.1.1), and Safari on my Mac works fine. In the chrome developer console when the problem occurs, indeed Polymer.Base has no object called mixin after loading index.html. I even removed and reinstalled Chrome. Perhaps I can create a JSBIN with a minimal index.html to demonstrate the problem, however it seems to follow my mac and chrome so not sure whether anybody else will be able to see it. I believe the line of code that throws is 19 of accessors.html. I have not run the debugger yet, but I will let you know if I discover difference between safari and chrome. |
closing this and opening new issue Polymer/polymer#2601 This may be related to Polymer/polymer#1911 |
This issue may be more general than polymer-starter-kit, but I found it while running PSK version 1.1.0 and 1.1.1. The problem results in a blank screen and the error messages below in the console:
The error only occurs in Chrome (Version 46.0.2490.71 (64-bit)) but not Safari. Also, this only occurs in the non-vulcanized PSK. gulp serve:dist does not exhibit the problem.
I tried two different versions of bower (1.5.3 and 1.6.3) -- both exhibit the problem in chrome on a late model macbook pro running os x v10.11
The text was updated successfully, but these errors were encountered: