Browse Source

- removed creation of the id within the tooling integration doc (expect this to be done by @zpao's pull request)

- removed the if statement and now always provide a warning message (as proposed by @spicyj)
- improved the warning message
main
SanderSpies 11 years ago
parent
commit
ecbc0951e3
  1. 2
      docs/08-tooling-integration.md

2
docs/08-tooling-integration.md

@ -20,7 +20,7 @@ We provide CDN-hosted versions of React [on our download page](/react/downloads.
We have instructions for building from `master` [in our GitHub repository](https://github.com/facebook/react). We build a tree of CommonJS modules under `build/modules` which you can drop into any environment or packaging tool that supports CommonJS. We have instructions for building from `master` [in our GitHub repository](https://github.com/facebook/react). We build a tree of CommonJS modules under `build/modules` which you can drop into any environment or packaging tool that supports CommonJS.
## <a id="jsx"></a>JSX ## JSX
### In-browser JSX Transform ### In-browser JSX Transform

Loading…
Cancel
Save