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
Brian Vaughn
7e770dae93
Profiler tooltip tweaks ( #18082 )
...
* Moved Profiler views into Profiler folder
* Tweaked Profiler tooltip CSS styles
* Tweaked Tooltip positioning code
2020-02-19 10:58:45 -08:00
Moji Izadmehr
44e5f5e645
Add fiber summary tooltip to devtools profiling ( #18048 )
...
* Add tooltip component
* Separate logic of ProfilerWhatChanged to a component
* Add hovered Fiber info tooltip component
* Add flame graph chart tooltip
* Add commit ranked list tooltip
* Fix flow issues
* Minor improvement in filter
* Fix flickering issue
* Resolved issues on useCallbacks and mouse event listeners
* Fix lints
* Remove unnecessary useCallback
2020-02-19 09:44:31 -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
8e1434e80e
Added FB copyright header
2019-08-27 10:54:01 -07:00
Brian Vaughn
ac2e861fbe
Fixed a bunch of Lint issues
2019-08-13 21:59:07 -07:00
Brian Vaughn
183f96f2ac
Prettier
2019-08-13 17:58:03 -07:00
Brian Vaughn
ec7ef50e8b
Reorganized things again into packages
2019-08-13 11:37:25 -07:00