You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(propel): ui parts never author render={<X/>}; ui stories never import components
Clarify rule 1 — forwarding the consumer's render (useRender) is render-capability and fine, but
baking a render={<Specific/>} target is composition (components' job). Add rule 2b — ui/base stories
import only from ui/base + Base UI/external, never components; build a composition inline from atoms.
0 commit comments