-
Notifications
You must be signed in to change notification settings - Fork 288
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
[微信小程序 - 动作面板] 真机调试,引入组件失败,程序报错 #754
Comments
👋 @HuziG,感谢给 TDesign 提出了 issue。 |
代码片段: windows10环境 1、预览运行正常 2、模拟器运行,显示没有反应,控制台提示以下错误 3、真机调试,提示以下错误: |
我看下。 |
我这边偶尔出发生,但重启开发者工具就没有这个问题。 |
不是缓存导致,我也遇到这个问题,只出现于首次编译运行到有该组件的页面会出现这个问题,刷新后就好了,暂时不用该组件,用了其他解决方案 |
这个问题还没解决啊 |
@LeeJim 或许这里不应该这样导出它 直接从show 文件中导出就不会再有问题了
ActionSheet 是一个Component |
我也遇到这个问题了,在苹果手机上真机调试就报错,在安卓手机上不会报错,真是奇怪 |
一样遇到了,还没解决这个问题。 |
我也遇到了,解决方案就是不开启按需注入就没有这个问题了。 |
同样遇这样问题,按官方的示例不成功 |
我也遇到了,不知道该怎么解决。。。 |
tdesign-miniprogram 版本
0.19.0
重现链接
No response
重现步骤
app.json - 全局引入了组件
"usingComponents": { "t-action-sheet": "tdesign-miniprogram/action-sheet/action-sheet" },
index.js - 使用组件
import ActionSheet, { ActionSheetTheme, } from "tdesign-miniprogram/action-sheet/index";
index.wxml - 使用组件
<t-action-sheet id="t-action-sheet" bind:selected="handleSelected" bind:cancel="handleCancel" />
在开发工具中正常运行,真机调试报错
期望结果
真机调试正常
实际结果
具体报错内容,如下 ~
MiniProgramError Error Error: Error line:1,column:751571,Error: module 'miniprogram_npm/tdesign-miniprogram/actionSheet/action-sheet.js' is not defined, require args is './action-sheet'
框架版本
微信小程序 2.25.2
浏览器版本
No response
系统版本
MacOS(11.6)
Node版本
16.13.1
补充说明
我的项目文件目录如下~
No response
The text was updated successfully, but these errors were encountered: