diff --git a/docs/refactor/02.2-jsx-gotchas.md b/docs/refactor/02.2-jsx-gotchas.md index 060128c2..80f3bf19 100644 --- a/docs/refactor/02.2-jsx-gotchas.md +++ b/docs/refactor/02.2-jsx-gotchas.md @@ -52,28 +52,6 @@ As a last resort, you always have the ability to insert raw HTML.
``` -## Comments - -JSX supports both single-line and multi-line JavaScript comments within a tag declaration: - -```javascript - -``` - -As of React 0.3, there is no good way to insert comments within the children section. [Issue #82](https://github.com/facebook/react/issues/82) is tracking progress to enable the following: - -```javascript -// Note: This is not implemented yet! -