We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8607a81 commit c025177Copy full SHA for c025177
docs/guides/testing.md
@@ -38,7 +38,7 @@ with this:
38
39
```js
40
import React from 'react'
41
-import ReactDOM from 'react-dom'
+import { render } from 'react-dom'
42
import TestUtils from 'react-addons-test-utils'
43
```
44
0 commit comments