Open
Description
I have a Rails 8 app w/ the stimulus-rails
and importmap-rails
gems installed.
When I install any third-party package that uses stimulus, my config/importmap.rb
gets updated to the publilcly available latest version, not the version I previously pinned w/ the gem. Example:
$ bin/importmap pin stimulus-autocomplete
Gives me this diff:
-pin "@hotwired/stimulus", to: "stimulus.min.js"
+pin "@hotwired/stimulus", to: "@hotwired--stimulus.js" # @3.2.2
Would this be better filed as an importmap-rails
bug?
Metadata
Metadata
Assignees
Labels
No labels