-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fresh install immediately crashes due to missing javascript_importmap_shim_tag
#39
Comments
Having the same exact issue. @joshmn ? |
Same! |
I opened a PR for this a few weeks back: #40 |
I experienced this issue as well. This engine appears nice and useful, it would be nice to try it out with rails 7.1.2 |
Same. @joshmn ? |
Can confirm @johnmcdowall has a fix with #40 which can be applied with the gem line of:
Would be great to see this merged. Thanks for the work. |
Can also confirm #40 fixes the issue with me on a Rails 7.1 app. |
Fresh installation, with Rails 7.1.2:
I think this is caused by the dependency you have in the
.gemspec
liberally accepting any version ofimportmap-rails
>=1, and DHH has removed theshim
in > 2.0.The text was updated successfully, but these errors were encountered: