Jan Kassens
8003ab9cf5
Flow: remove explicit object syntax ( #25223 )
2022-09-09 16:03:48 -04:00
Brian Vaughn
ecb599cd87
DevTools supports multiple modal dialogs at once ( #21370 )
2021-04-27 20:33:11 -04:00
Sebastian Markbåge
09348798a9
Codemod to import * as React from "react"; ( #18102 )
...
* import * as React from "react";
This is the correct way to import React from an ES module since the ES
module will not have a default export. Only named exports.
* import * as ReactDOM from "react-dom"
2020-02-21 19:45:20 -08:00
Dan Abramov
b979db4e72
Bump Prettier ( #17811 )
...
* Bump Prettier
* Reformat
* Use non-deprecated option
2020-01-09 13:54:11 +00:00
Brian Vaughn
b6606ecba8
DevTools shows unsupported renderer version dialog ( #16897 )
...
* DevTools shows unsupported renderer version dialog
* Optimistic CHANGELOG udpate
2019-09-26 08:41:46 -07:00