Skip to content

Commit 014de54

Browse files
authored
Merge pull request #547 from macbem/patch-1
Fix a missing filepath in example code of the HMR guide
2 parents 93714eb + d65d9e7 commit 014de54

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)