Skip to content
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

日历组件样式混乱 #1781

Open
mornFloyd opened this issue Apr 15, 2024 · 3 comments
Open

日历组件样式混乱 #1781

mornFloyd opened this issue Apr 15, 2024 · 3 comments

Comments

@mornFloyd
Copy link

问题描述

问题1 最新版本nodejs无法下载taroui node版本21.7.3 通过使用node14.18.0版本成功下载 但是编译无法成功此时切换回 21.7.3 可以成功编译微信小程序
问题2 日历组件样式混乱
image
复现步骤

<AtFloatLayout isOpened={isShowDateDrawer} onClose={closeDateDrawer}>
        <AtCalendar validDates={[{ value: "2020/01/01" }]} />
      </AtFloatLayout>

期望行为
1.正常展示日历组件
2.希望支持新版nodejs下载编译taroui

报错信息
无报错

补充信息

Copy link

taro-ui-bot bot commented Apr 15, 2024

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@mornFloyd
Copy link
Author

compiler: {
type: 'webpack5',
prebundle: {
exclude: ['taro-ui']
}
}, 已经添加这段代码

@robinv8
Copy link
Member

robinv8 commented Apr 17, 2024

使用 node 16,记得 rm node_modules 后重新 install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants