KB / Memory / tech-kumo-rsc-createcontext
createContext breaks RSC importers
Libraries that call createContext at module scope force client boundaries
If a UI kit uses createContext at import time, every importer may need "use client" (RSC).
Prefer kits that stay server-safe or isolate client entrypoints. Related: tech-shadcn-base.