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
Input: Switch to new React Context API for theme colors.
Per zulip#1946, we're moving to the new React Context API
(https://reactjs.org/docs/context.html).
Use the same strategy as in a recent commit, for ChatScreen: put the
constant parts of the style in an instance field, and compute the
theme-dependent parts in the `render` method.
0 commit comments