|
@@ -136,7 +136,7 @@ function renderComponentSubTree(
|
|
|
} else {
|
|
} else {
|
|
|
if (comp.ssrRender) {
|
|
if (comp.ssrRender) {
|
|
|
// optimized
|
|
// optimized
|
|
|
- // set current rendering instance for asset resoolution
|
|
|
|
|
|
|
+ // set current rendering instance for asset resolution
|
|
|
setCurrentRenderingInstance(instance)
|
|
setCurrentRenderingInstance(instance)
|
|
|
comp.ssrRender(instance.proxy, push, instance)
|
|
comp.ssrRender(instance.proxy, push, instance)
|
|
|
setCurrentRenderingInstance(null)
|
|
setCurrentRenderingInstance(null)
|