Answer the question
In order to leave comments, you need to log in
Why does it throw an error t(...).Object is undefined?
It gives an error when importing browser.min.js, and it appears only if the script version is 6 and higher, when using version 5 it does not give such an error, what could be the problem?
<!DOCTYPE html>
<html>
<head>
<title>React</title>
<meta charset="utf-8">
</head>
<body>
<div id="root">#root</div>
<script src="js/react/react.js"></script>
<script src="js/react/react-dom.js"></script>
<!--<script src="js/react/browser.min.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/6.1.19/browser.min.js"></script>
<script type="text/babel" src="js/app.js"></script>
</body>
</html>
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