-
Notifications
You must be signed in to change notification settings - Fork 1
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
Please update to import @hotwired/stimulus instead of stimulus #104
Comments
Hi @mattes3 , Sorry for the late reply - I was rather busy with some other projects. You could also add do the following in your package.json dependencies:
|
I think it make sense to stay close to the actual stimulus version. Why not create a branch for v2 and set the default for the latest stimulus version (v3 at the moment)? Just my two cents. In my case, I just copy/paste the controller within my project to use it. Thanks! |
This library is fantastic, thanks so much. I'm using it to implement the transitions from Tailwind UI. I wasn't able to get it work until I read this issue, it would be great if it got updated to use |
I've added a note to the readme, so it easier to discover the solution for this. As mentioned earlier, I want to keep support for stimulus 2.x until their is a technical reason not to do this. It does not make sense to me to have two versions of such a simple package as this one - simply because of another package that changed it name. |
Hey! |
Hi, I wanted to use this library. However, it is compiled against a module called 'stimulus'. I compile against '@hotwired/stimulus'. Could you please update and use the new Stimulus package?
Thanks a lot!
The text was updated successfully, but these errors were encountered: