From 18f1b96747690c14c9fccf96b27bced84c480292 Mon Sep 17 00:00:00 2001 From: Jordin Date: Sun, 15 Jul 2018 00:24:37 -0600 Subject: [PATCH] single parent for nested s --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d552150b..92347e64 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,8 @@ To show a `Fragment` when no other `Fragment`s match a route, use ` ``` +When nesting `` tags, it's important to note that all of the nested ``s need to share a single parent, as shown in the example above. Failing to do this will result in a React error that will crash your app. + ### `` Using the `` component is simple: