We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think this might be the same as the other jquery question here. I'm trying to import flickity. I've tried various combinations of
import flickity from "flickity"; import "flickity";
However when I do $('.main-carousel').flickity({}) in my component I get Uncaught ReferenceError: flickity is not defined.
$('.main-carousel').flickity({})
The text was updated successfully, but these errors were encountered:
Oh yes, I think you're right and this is probably the same as #59. And I think I have a good idea what's going on, will comment there.
Sorry, something went wrong.
No branches or pull requests
I think this might be the same as the other jquery question here.
I'm trying to import flickity.
I've tried various combinations of
However when I do
$('.main-carousel').flickity({})
in my component I get Uncaught ReferenceError: flickity is not defined.
The text was updated successfully, but these errors were encountered: