-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser error: this.querySelector(...).validate is not a function #37
Comments
Same here |
I'm pretty sure the problem is the with the input Polymer component I used. I think it is The easiest fix would be to use an older version of |
Well looking at the |
Maybe it helps:
paper-dropdown-menu and paper-slider depends on paper-input. |
So, I manually copied first paper-ui v1.1.24 and then v1.1.17 to public/common/bower and tested both in my chrome. Same result:
Maybe I did not do it right. |
@jumo-sballing were you able to make it run ? |
No. unfortunately not. |
Looks like bower versions were not specified correctly (needed to be more specific). I have the working combinations of the versions here: https://pastebin.com/BrQ3MXFj from a running instance of Crouton. Just dropping this here if someone wants to look at it. I'll probably try to fix the bower.json soon |
Please pull master and see if you still have the issue! |
I can confirm the error seems to be fixed on latest master. |
After npm i & grunt i got this output:
Server is running but I got a error in my browser console (chrome). Site is empty.
Tested with nodejs 6.11.1 and 8.2.1.
What did I do wrong?
The text was updated successfully, but these errors were encountered: