-
Notifications
You must be signed in to change notification settings - Fork 71
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
Display from Active Storage #144
Comments
Could you paste in the error you're seeing? 🤔 |
@richjdsmith Did you get it to work? |
Same thing happening here. If I use Any ideas? |
Nope. Implemented a dirty fix myself, but never did love how I did it. If I have time I'll track it down and try to do a pull request. |
@richjdsmith did you manage to track down your dirty fix? Would be good to see how you've done it at least |
I have disabled Active Storage from displaying the image as a blob by adding an initializer with the following:
However, I am still unable to do something like the following
<%= inline_svg_tag product.product_icon, class: 'h-6 w-6', aria: { hidden: true } %>
without an error being thrown. Not entirely sure what I am doing wrong.The text was updated successfully, but these errors were encountered: