Kizspy | Question: 7 (Choose 1 answer)
What happens if a component tries to consume a context that has not been provided higher up in the component tree?
A. The component receives a default value specified in the context definition.
B. The component throws an error.
C. The component receives an empty object as the context value.
D. The component receives null as the context value.