反应错误在哪里?
Where is the error in the react?
我使用命令构建了文件:
当starting in the browser时,出现错误:
build.js:196 Uncaught TypeError: React.render is not a function
at Object.2.react (build.js:196)
at s (build.js:1)
at e (build.js:1)
at build.js:1
如何解决?
render
不再是 'react'
的一部分。如果要渲染到 DOM 元素,请从 'react-dom'
.
导入 render
我使用命令构建了文件:
当starting in the browser时,出现错误:
build.js:196 Uncaught TypeError: React.render is not a function
at Object.2.react (build.js:196)
at s (build.js:1)
at e (build.js:1)
at build.js:1
如何解决?
render
不再是 'react'
的一部分。如果要渲染到 DOM 元素,请从 'react-dom'
.
render