-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Installing doesn't work in V3 – callback is not a function #169
Comments
Thanks for the heads up. I'll have a look tomorrow. P.s. If you only need $screen, you can try to install only that helper. |
Thanks! Could you point me to some documentation or sth about installing the screen and scroll helper? (It was quite difficult via Google/npm to find the right repo(s) with the correct version and documentation..) |
Awesome man, that works! Thanks! Didn't figure out that the names in the table of the main readme were clickable🤯 I installed the plugins and everything works now, so you could close this issue (or keep it open if you want to doublecheck the above issue). |
👍 I'll keep it open for now |
This seems to be an issue with the Interval plugin. I can import all of the other packages without any errors.
… but I get errors when I try to import the whole toolkit or just Inverval
ERROR:
ERROR: |
Hey everyone,
I'm upgrading a project from a colleague to make use of compiling a single JS file with
npm
modules instead of using several script tags.I noticed that we're using the
$screen
helper (and perhaps more :) ), so I updated ourapp.js
file to the following:Unfortunately every time I try I to use this in the browser, I get the following error in the console:
I tried different Alpine versions, but I'm not sure what could be causing this. Am I importing this wrong?
Thanks!
PS: I also tried opening an issue in the v3 repo, but was redirected here. Don't know if that's on purpose or if you forgot to update the link.
The text was updated successfully, but these errors were encountered: