Answer the question
In order to leave comments, you need to log in
Why in console TypeError: React.DOM.render is not a function.?
Why in console TypeError: React.DOM.render is not a function ?
<div id="area"></div>
<script type="text/babel">
React.DOM.render(
<h1>Hello World</h1>,
document.getElementById('area')
);
</script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question