contextReactContextMediumWill wrapping a consumer in `React.memo` stop it re-rendering when context changes?1No, context-driven re-renders bypass React.memo2Yes, React.memo blocks all re-renders3Only if the provider is a class component4Only in production buildsBack to list