2.3.1
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.