You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the inline_svg helper is deprecated in favor of inline_svg_pack_tag but this seems to require Webpacker. What should we be doing for Rails apps using Hotwire (Stimulus and Turbo) with cssbundling-rails and jsbundling-rails?
The text was updated successfully, but these errors were encountered:
👋 @ivy, thanks for opening this issue. We've actually reversed the decision to deprecate the inline_svg method (#131). This was going to be deprecated in version 2.0 but we decided that it would be better to allow the gem to be configured to use Sprockets or Webpacker. This should mean fewer code changes for people upgrading from v1.x to v2.x, when that eventually happens.
I see that the
inline_svg
helper is deprecated in favor ofinline_svg_pack_tag
but this seems to require Webpacker. What should we be doing for Rails apps using Hotwire (Stimulus and Turbo) with cssbundling-rails and jsbundling-rails?The text was updated successfully, but these errors were encountered: