Uncaught TypeError: jsxDevRuntime.exports.jsxDEV is not a function at index.e025178a.js:1045 (anonymous) @ index.e025178a.js:1045 Upon inspection of the generated code running in the browser, theReactDOM.rendercall is transformed tojsxDevRuntime.exports.jsxDEVwhereasjsxDEVisundefined. ReactD...