Sebastian Markbåge and GitHub
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 and GitHub
0545f366d4
Added trace updates feature (DOM only) ( #16989 )
...
* Added trace updates feature (DOM only)
* Updated DevTools CHANGELOG
2019-10-03 11:07:18 -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
08743b1a8e
Reorganized folders into packages/*
2019-08-13 15:59:43 -07:00
Brian Vaughn
baac1dcc52
Inline package tweaks:
...
* Ignore messages from the DevTools browser extension.
* Cleanup/clarify README
2019-08-05 14:00:18 -07:00
Brian Vaughn and GitHub
dc8580e64d
New NPM package react-devtools-inline ( #363 )
2019-08-05 10:09:26 -07:00