From 7d8dd51595a9b43955c6c80d705ae0b4147fe254 Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Sat, 24 Mar 2018 22:37:02 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 7ea514b..6b66aea 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,6 +21,7 @@ Also: 2. [How can I use an entity like "nbsp"?](FAQ/UsingAnEntity.md) 3. [Why is my attribute (like autoFocus) missing?](FAQ/MyAttributesAreMissing.md) 4. [How can I use React's dangerouslySetInnerHTML?](FAQ/dangerouslySetInnerHTML.md) +5. [Reagent doesn't work after updating dependencies](FAQ/CljsjsReactProblems.md) 5. [How do I force Component re-creation?](https://groups.google.com/forum/#!topic/reagent-project/tNY4gzk7TUY) (external link) 6. [How do I access "props" in lifecycle methods?](http://nils-blum-oeste.net/clojurescripts-reagent-using-props-in-lifecycle-hooks/) (external link)