We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f752a0 commit 0b683e3Copy full SHA for 0b683e3
README.md
@@ -30,7 +30,7 @@ Lazyload your Components, Images or anything matters the performance.
30
* Now we have an extra div wrapping the lazy loaded component for the React ref to work
31
* We can understand that it is an extra DOM node, and we are working to optimize that if possible
32
* It might break your UI or snapshot tests based on your usage
33
-* To customize the styling to the extra div please refer [here](###classNamePrefix)
+* To customize the styling to the extra div please refer [here](#classNamePrefix)
34
* Found any other problem, please feel free to leave a comment over [here](https://github.com/twobin/react-lazyload/issues/310)
35
36
```
0 commit comments