Same issue I have faced in a past project. Need to include the React and ReactDOM libraries in your HTML. Your compiled code, which uses React.createElement
and createRoot
, can't work without them.
React: The core library that handles the components and their logic.
ReactDOM: The library that renders your components onto the web page.
ref Link:
https://legacy.reactjs.org/docs/cdn-links.html (Add these two <script>
tags to your main-layout.hbs
file.)