In SSR, Store Elements of Composites on the Stack for Warnings (#10187)
In DEV mode this keeps an additional sub-stack within the stack of the server renderer. This substack keeps track of all the elements that we resolved to get to to the next processing frame. This lets us recreate the full composite component stack for warnings. Normally the stack only contains host components. We reset this every time we're going to resolve another sibling.
S
Sebastian Markbåge committed
1b4776f31974ff6ad256380deacb4e2f69703750
Parent: 9011182
Committed by GitHub <[email protected]>
on 7/19/2017, 5:36:57 PM