mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Update jsx-in-depth.md (#9178)
* Update jsx-in-depth.md
Line 9 isn't changed
* Move selection down
* Fix
(cherry picked from commit ccb38a96cf)
This commit is contained in:
committed by
Flarnie Marchan
parent
a6102842ac
commit
8b71e9fced
@@ -152,7 +152,7 @@ function Story(props) {
|
||||
|
||||
To fix this, we will assign the type to a capitalized variable first:
|
||||
|
||||
```js{9-11}
|
||||
```js{10-12}
|
||||
import React from 'react';
|
||||
import { PhotoStory, VideoStory } from './stories';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user