There was an error while loading. Please reload this page.
1 parent bc239ff commit 7db2443Copy full SHA for 7db2443
docs/example-react-hooks-useReducer.md
@@ -4,7 +4,7 @@ Basic example showing how to test useReducer hook.
4
The component we are testing which changes some text depending on `stateprop1` value.
5
6
```jsx
7
-import React, { useReducer } from 'react';
+import React, { useReducer } from 'react'
8
9
10
const initialState = {
0 commit comments