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
Any pointers on how to make it work with fingerprinted SVGs? Currently we need to manually exclude every SVG that I want to inline, which is not very maintainable and makes us lose the benefits of fingerprinting.
@mirague Having the same problem. I imagine running the strings through a helper that strips the prepend might work. That's probably what's preventing the inline-helper component from finding the asset on compilation.
My SVG was inlined correctly like this:
However, once I configured SVGs to be fingerprinted, it stopped working. Now it renders nothing.
Is this supposed to work with fingerprinting?
The text was updated successfully, but these errors were encountered: