D
D
Dmitriy Vasilyev2016-06-10 21:07:14
React
Dmitriy Vasilyev, 2016-06-10 21:07:14

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

1 answer(s)
#
#algooptimize #bottize, 2016-06-10
@Playra

ReactDOM.render

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question