Skip to content

Commit d65d9e7

Browse files
authored
Fix a missing filepath in example code of the HMR guide
1 parent 93714eb commit d65d9e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/guides/hmr-react.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ if (module.hot) {
197197
```
198198

199199
```js
200+
// ./src/components/App.js
200201
import React from 'react';
201202
import styles from './App.css';
202203

0 commit comments

Comments
 (0)