From 607eeaed4b47f3d1a84dd17c1b53235ccbebe15d Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Sun, 29 Sep 2013 14:41:23 -0400 Subject: [PATCH] Add doc link to DOM differences from JSX gotchas --- docs/docs/02.2-jsx-gotchas.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs/02.2-jsx-gotchas.md b/docs/docs/02.2-jsx-gotchas.md index 0b89ad18db91d..19d69d4c879fa 100644 --- a/docs/docs/02.2-jsx-gotchas.md +++ b/docs/docs/02.2-jsx-gotchas.md @@ -9,6 +9,9 @@ next: interactivity-and-dynamic-uis.html JSX looks like HTML but there are some important differences you may run into. +> Note: +> +> For DOM differences, such as the inline `style` attribute, check [here](dom-differences.html). ## Whitespace Removal