Replies: 1 comment
-
感觉像是项目没有配置jsx相关的东西导致的,比如vue的jsx插件 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如标题,从 2.42.0 那个 tag 对应分支拉下来的代码,本地构建出来的产物存在问题,直接引用dist/index.js 这个文件,会提示 react is not defined 的错误。但是直接安装 naive 最新版本 2.42.0后,从其 node_modules 里的安装包看 dist/index.js 这个产物,里面是没有 react 这个变量的
Beta Was this translation helpful? Give feedback.
All reactions