There was an error while loading. Please reload this page.
useState
1 parent 28eed18 commit d3968d4Copy full SHA for d3968d4
docs/example-react-transition-group.mdx
@@ -54,7 +54,7 @@ test('you can mock things with jest.mock', () => {
54
## Shallow
55
56
```jsx
57
-import React from 'react'
+import React, {useState} from 'react'
58
import {CSSTransition} from 'react-transition-group'
59
import {render, fireEvent} from '@testing-library/react'
60
0 commit comments