Skip to content

Commit

Permalink
Importing React for the first example. (#14346)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrchancay authored and Sunil Pai committed Jan 23, 2019
1 parent ecd919a commit 3f0bcaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-is/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ npm install react-is
### Determining if a Component is Valid

```js
import React from "react";
import * as ReactIs from "react-is";

class ClassComponent extends React.Component {
Expand Down

0 comments on commit 3f0bcaf

Please sign in to comment.