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
rename ReactFiberContext to ReactFiberLegacyContext
It wasn't immediately obvious to me, that all the exports here are related to legacy context, so renaming for clarity.
Modern context lives in `ReactFiberNewContext` which we could probably also raname in a separate step to just Context.
0 commit comments