-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
内部依赖包rmc-cascader
所依赖的包中的 Cascader.web.js 文件中依赖的 rmc-picker/lib/Picker.web
文件已被移除(或重命名?)
#1239
Comments
@inJs 应该是你的 m-cascader 和 rmc-picker 版本不匹配吧,这两个模块是同一个作者,两个模块同时更新去掉了 .web 后缀,我看了一眼改动发生在两小时以前。 |
这个改动会慢慢全推,做了相关ssr hack的话需要处理下了,抱歉。 |
@cncolder 嗯, 是yiminghe的模块。 @paranoidjk 意思是影响会更大? 目前已经通过项目 package.json 锁死了版本解决该问题。 |
最新的 m-cascader 已经没有 Cascader.web.js了,看下是否需要升级 @paranoidjk |
可以先用 |
@yiminghe break change 应该增加 major 版本号吧 |
我用的0.9.5的antd-mobile依然存在这个问题啊,请问怎么解决? |
@yiminghe @paranoidjk 小版本回滚掉吧,大版本发布才能解决问题。 |
不需要回滚的
resolve: {
modulesDirectories: ['node_modules', path.join(__dirname, '../node_modules')],
extensions: ['', '.web.js', '.js', '.json'],
}, https://mobile.ant.design/docs/react/introduce-cn#Web-使用方式 |
Version
1.1.0
Environment
Mac OS 10, chrome 59 react 59
Reproduction link
https://github.com/ant-design/ant-design-mobile
Steps to reproduce
因 antd-mobile 无法完整支持 ssr, 故写了如下hack 代码:
逻辑很简单, 在存在 .web 文件时, 加载 .web 文件, 因此引发了该问题(因为 Cascader.web.js 文件中将文件名写死了, 然而 mc-picker/lib/Picker.web 文件已经被重命名或删除?现在只存在 mc-picker/lib/Picker 文件)。
What is expected?
服务启动正常!
What is actually happening?
The text was updated successfully, but these errors were encountered: