diff --git a/docs/docs/02.2-jsx-gotchas.md b/docs/docs/02.2-jsx-gotchas.md index 0b89ad18db..19d69d4c87 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