-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taro v1.3.8 hooks组件作为page时,报错:未找到 Taro.Component 的类定义 #3760
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @yuche |
确实有问题,暂时不要用函数式组件来写页面吧 |
不行哦。因为需要多个context。不用函数式组件做不到鸭 |
1.3.5的时候还正常的喔 |
@luckyadam 这个在 <= 1.3.6 之前都是 OK 的 |
@luckyadam 您好,看到您说 “确实有问题,暂时不要用函数式组件来写页面吧”; 但是我这个 3767 是全部官方默认的,没有写新的组件,也出现这个问题,是因为官方的 mobx 模板里面有使用函数式组件吗? |
@wanghui47 这个在 <= 1.3.6 之前是 OK 的,需要 @luckyadam 检查下 1.3.7 改了什么导致这个问题 |
@nanjingboy 好的,谢谢您。 |
@yuche 我想用master代码 自己编一个 taro-transformer-wx 替换全局安装taro-cli的代码 src/functional.ts:27:58 - error
TS2345: Argument of type 'babel.types.LVal[]'
is not assignable to parameter of type 'import("/Users/xxx/project/plays/taro/ |
@hqman 因为你安装依赖没有按 package.json.lock 来装 |
多谢 @yuche 用master代码 打了个包, 函数组件又可以用了! 👍 |
好想知道这个问题最后怎么解决呢 |
我也想知道怎么解决, export default memo(AAA); 这种写法会导致 TS 不会检测自动导入 |
Error: 未找到 Taro.Component 的类定义 |
试试重新安装taro "npm install -g @tarojs/cli" |
报错信息
系统信息
The text was updated successfully, but these errors were encountered: