(Choose 1 answer)
What does the fallback prop in Suspense represent?
A. The component to display when the lazy component is rendered
B. The component to display when an error occurs during loading
C. The component to display while the lazy component is loading
D. The component to display when Suspense is not supported
Q: 30