10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
@*
|
|
The only purpose of this component is to validate that cascaded value updates
|
|
can pass through entirely unrelated components that wouldn't normally rerender
|
|
their children when they themselves are being rerendered.
|
|
*@
|
|
|
|
<CascadingValueReceiveByType />
|
|
<CascadingValueReceiveByName />
|
|
<CascadingValueReceiveFixedByInterface />
|