Is your feature request related to a problem? Please describe.
Phlexing can't tell when to leave out the text method call on methods that render

Expected:
render SomeComponent.new do |c|
c.section { "hello world" }
end
Not sure what the solution might be. Phlexing obviously doesn't know if c.section is rendering, capturing for Phlex::DeferredRender or returning a String.