cincheo / jsweet-examples-react

Some examples for using React.js in Java (powered by JSweet)
Apache License 2.0
17 stars 9 forks source link

React.ReactDOM is undefined #2

Open jacobesplin opened 1 year ago

jacobesplin commented 1 year ago

Hello, I am having an issue where React.ReactDOM is undefined. I am following the SimpleExample1 and have

<script src="https://cdn.jsdelivr.net/react/0.14.0-rc1/react-dom.js"></script>

in the head of my jsp file.

Please help!