React.renderのrenderファンクションが存在しない
解決
react-dom を読み込み、 ReactDOM.render で実行する。
[React.render is not a function 穀風](https://kokufu.blogspot.com/2016/09/reactrender-is-not-function.html)
事象
React.renderの箇所で、 ReactDOM.render is not a function が発生する
This post is licensed under CC BY 4.0 by the author.