Browse Source

Add missing whitespace (#2610)

main
Jake Hedman 5 years ago
committed by Alexey Pyltsyn
parent
commit
401b97e959
  1. 2
      content/docs/concurrent-mode-reference.md

2
content/docs/concurrent-mode-reference.md

@ -126,7 +126,7 @@ The `useTransition` hook returns two values in an array.
**If some state update causes a component to suspend, that state update should be wrapped in a transition.**
```js
const SUSPENSE_CONFIG = {timeoutMs: 2000 };
const SUSPENSE_CONFIG = { timeoutMs: 2000 };
function App() {
const [resource, setResource] = useState(initialResource);

Loading…
Cancel
Save