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.
2 parents eb846f2 + cdc8685 commit a3c3b8aCopy full SHA for a3c3b8a
README.md
@@ -31,7 +31,7 @@ and with react-async:
31
```javascript
32
import Async from 'react-promise'
33
34
-const ExampleWithAsync = (props) => <Async promise={prom} then={(val) => <div>{val}</div>/>
+const ExampleWithAsync = (props) => <Async promise={prom} then={(val) => <div>{val}</div>}/>
35
```
36
37
Much simpler, right?
0 commit comments