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

与微信同声传译冲突 #21

Open
wllaixyn opened this issue Oct 16, 2019 · 6 comments
Open

与微信同声传译冲突 #21

wllaixyn opened this issue Oct 16, 2019 · 6 comments

Comments

@wllaixyn
Copy link

两者共存时,会冲突,找不到方法

@lxzy-yun
Copy link

当在小程序里引入了微信同声传译后,import miment from 'miment',会报错哎,
微信图片_20191016142557

@noahlam
Copy link
Owner

noahlam commented Oct 21, 2019

能上传一个最小复现单元吗?

@lxzy-yun
Copy link

能上传一个最小复现单元吗?

https://github.com/lxzy-yun/test-miment 直接clone这个仓库好了,里面有的呢,谢谢

@noahlam
Copy link
Owner

noahlam commented Oct 27, 2019

这个问题,应该是小程序的同声传译插件,阻止了 Object.setPrototypeOf 或者 xxx.proto 的设置导致的,而 miment 又依赖于 Object.setPrototypeOf 来 继承 Date 对象,提供与 Date 对象相同的 API,所以这个问题暂时无解,事实上,应该是所有用了 Object.setPrototypeOf(或者 xxx.proto) 的包,都会有问题。建议找 同声传译 反馈问题哈。

@lxzy-yun
Copy link

这个问题,应该是小程序的同声传译插件,阻止了 Object.setPrototypeOf 或者 xxx.proto 的设置导致的,而 miment 又依赖于 Object.setPrototypeOf 来 继承 Date 对象,提供与 Date 对象相同的 API,所以这个问题暂时无解,事实上,应该是所有用了 Object.setPrototypeOf(或者 xxx.proto) 的包,都会有问题。建议找 同声传译 反馈问题哈。

嗯,是的,没办法,只能又改用momentjs了

@noahlam
Copy link
Owner

noahlam commented Oct 27, 2019

可以试试 dayjs,也很小

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

No branches or pull requests

3 participants