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
Hey! Yeah, I'd like to support HAML as well. If you bundle open nice_partials and replace the regex you linked to with /\byield[\(? ]+(%>|\n|[^:])/ will it then work? Basically injecting \n as the terminator in there.
You should also be able to get NicePartials working for now with a manual yield:
= yield
= partial.body.required
You'd then need that in every partial (which is not ideal, hence why we have the automatic version).
Hi! I'm not able to render nice_partial with haml, I get a
NicePartials::Partial::Section::RequiredError
for this:= partial.body.required
From this I understand only ERB is supported? https://github.com/bullet-train-co/nice_partials/pull/45/files#r930773836
The text was updated successfully, but these errors were encountered: