Skip to content

Commit 3f0bcaf

Browse files
devrchancaySunil Pai
authored and
Sunil Pai
committed
Importing React for the first example. (#14346)
1 parent ecd919a commit 3f0bcaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/react-is/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ npm install react-is
1717
### Determining if a Component is Valid
1818

1919
```js
20+
import React from "react";
2021
import * as ReactIs from "react-is";
2122

2223
class ClassComponent extends React.Component {

0 commit comments

Comments
 (0)