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 0a5d812 commit 00e52ceCopy full SHA for 00e52ce
README.md
@@ -19,9 +19,7 @@ yarn add use-undo
19
20
## Usage
21
22
-<a href="https://codesandbox.io/s/5v9yoz7xn4" target="_blank">
23
- <img alt="Edit 5v9yoz7xn4" src="https://codesandbox.io/static/img/play-codesandbox.svg">
24
-</a>
+[](https://codesandbox.io/s/use-undo-demo-hifeo?fontsize=14&hidenavigation=1&theme=dark&view=editor)
25
26
```js
27
import React from 'react';
@@ -63,9 +61,6 @@ const App = () => {
63
61
</div>
64
62
);
65
};
66
-
67
-const rootElement = document.getElementById('root');
68
-ReactDOM.render(<App />, rootElement);
69
```
70
71
## API
0 commit comments