We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd30c4c commit 3dd92f0Copy full SHA for 3dd92f0
test/sandbox/app/components/around_render_component.rb
@@ -1,6 +1,6 @@
1
class AroundRenderComponent < ViewComponent::Base
2
def call
3
- "Hi!"
+ "Hi!".html_safe
4
end
5
6
def around_render
0 commit comments