Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
React jsx ファイルは、ブラウザー内変換で正常に機能していました。 しかし、npm をインストールして react-tools をインストールし、変換コマンド ラインをで実行しjsx -watch source/ build/た後、新しく変換された JavaScript ファイルは正常に見えましたが、不完全な DOM ツリーしかレンダリングしませんでした。
jsx -watch source/ build/
どうすれば修正できますか?