We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97555b1 commit 1747c75Copy full SHA for 1747c75
beta/src/content/apis/react/createFactory.md
@@ -30,7 +30,6 @@ In this example, we can render a React element of the `type` `button`.
30
31
``` js App.js
32
import React from 'react';
33
-import { render } from 'react-dom';
34
35
const MyButton = () =>
36
(React.createFactory("button"))({
0 commit comments