Skip to content

2.3.1

@NamelessCoder NamelessCoder tagged this 22 Feb 05:27
Prevents issues where calling renderSection multiple
times caused incorrect results because TemplateCompiler
holds on to the first parsed template.

By resetting the compiler in stopRendering() we ensure
that we have a fresh scope when a user calls render,
renderPartial or renderSection multiple times on the
same View instance.
Assets 2
Loading