React·Advanced·Conceptual·1 min read
Why can duplicate React module instances break context?
Short interview answer
Provider and consumer must reference the exact same context object. Duplicate bundled React or library modules can create identities that look equivalent but do not match.
Key takeaway
Explain the underlying mental model clearly, then support it with a concrete example and its trade-offs.