Hi! I'm not able to render nice_partial with haml, I get a `NicePartials::Partial::Section::RequiredError` for this: ```haml = render 'partial' do |partial| - partial.body do = 'hello' ``` ```haml = partial.body.required ``` From this I understand only ERB is supported? https://github.com/bullet-train-co/nice_partials/pull/45/files#r930773836
Hi! I'm not able to render nice_partial with haml, I get a
NicePartials::Partial::Section::RequiredErrorfor this:= partial.body.requiredFrom this I understand only ERB is supported? https://github.com/bullet-train-co/nice_partials/pull/45/files#r930773836