We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H5
https://github.com/ 浏览器版本: ios14. Safari 使用框架: React
ARMS监控捕捉到异常。 TypeError undefined is not an object (evaluating 'w.isProxied')
Source Map: [email protected] 源文件: webpack:///node_modules/@tarojs/components/dist/esm-es5/core-02b61088.js 报错位置(行/列): 1513 / 26 源代码: 1510 endLoad();
1511 _a.label = 2;
1512 case 2:
1513 if (!Cstr.isProxied) {
1514 // we'eve never proxied this Constructor before
1515 // let's add the getters/setters to its prototype before
1516 // the first time we create an instance of the implementation
1517 {
无此异常
报了异常
👽 Taro v3.0.11 Taro CLI 3.0.11 environment info: System: OS: macOS 10.15.6 Shell: 5.7.1 - /bin/zsh Binaries: Node: 12.18.4 - /usr/local/bin/node Yarn: 1.22.5 - /usr/local/bin/yarn npm: 6.14.8 - /usr/local/bin/npm npmPackages: @tarojs/cli: ^3.0.11 => 3.0.11 @tarojs/components: 3.0.11 => 3.0.11 @tarojs/mini-runner: 3.0.11 => 3.0.11 @tarojs/react: 3.0.11 => 3.0.11 @tarojs/runtime: 3.0.11 => 3.0.11 @tarojs/taro: 3.0.11 => 3.0.11 @tarojs/webpack-runner: ^3.0.14 => 3.0.14 babel-preset-taro: 3.0.11 => 3.0.11 eslint-config-taro: 3.0.11 => 3.0.11 react: ^16.10.0 => 16.13.1 taro-ui: 3.0.0-alpha.3 => 3.0.0-alpha.3 npmGlobalPackages: typescript: 4.0.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
相关平台
H5
复现仓库
https://github.com/
浏览器版本: ios14. Safari
使用框架: React
复现步骤
ARMS监控捕捉到异常。
TypeError undefined is not an object (evaluating 'w.isProxied')
Source Map:
[email protected]
源文件:
webpack:///node_modules/@tarojs/components/dist/esm-es5/core-02b61088.js
报错位置(行/列):
1513 / 26
源代码:
1510 endLoad();
1511 _a.label = 2;
1512 case 2:
1513 if (!Cstr.isProxied) {
1514 // we'eve never proxied this Constructor before
1515 // let's add the getters/setters to its prototype before
1516 // the first time we create an instance of the implementation
1517 {
期望结果
无此异常
实际结果
报了异常
环境信息
The text was updated successfully, but these errors were encountered: