Skip to main content
✏️ Code CompletionRX React Hard+35 XP

Context Consumer

Complete the hook to consume context.

✏️ Fill in the blank
const theme = ___(ThemeContext);

✏️ Type the missing code: