react/packages/react-devtools-inline/src
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
..
backend.js Fix Cannot read property 'sub' of undefined when navigating to plain-text pages (#17848) 2020-02-02 12:04:48 -08:00
constants.js New NPM package react-devtools-inline (#363) 2019-08-05 10:09:26 -07:00
frontend.js Codemod to import * as React from "react"; (#18102) 2020-02-21 19:45:20 -08:00