Replies: 2 comments 2 replies
-
|
Can you send me new rails app with minimal reproduction of this? Thank you 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Aha! This request helped me slow down and think through the problem. I was calling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋🏻 Hello, I am new to Phlex and building my first component. I want to include an icon from Heroicon. In my erb views I can call
heroiconrelatively easily and it will render the appropriate svg content. I noticed the section in the documentation aboutregister_output_helperand thought that might be a good workaround.I made a base class like so:
However when I call

heroiconfrom the inside of theview_templatemethod I receive the following errorWhat am I missing?
Beta Was this translation helpful? Give feedback.
All reactions