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
react [nfc]: Use import * as React in MessageList.js
The namespace import `import * as React` will allow us to use the
same `React.Foo` style for types as for values, and avoid the
hackier `React$Foo` naming.
0 commit comments