aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 12c0c1742..f7ace5b53 100644
--- a/README.md
+++ b/README.md
@@ -133,6 +133,8 @@ import { map } from "lodash-es";
const foo = map(["bar", "baz"], (item) => {});
```
+If
+
##### HMR & Fast Refresh implementation
This section only applies when Hot Module Reloading is enabled. When it's off, none of this part runs. React Fast Refresh depends on Hot Module Reloading.