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

TypeError undefined is not an object (evaluating 'w.isProxied') #8215

Closed
GZWZC opened this issue Dec 7, 2020 · 0 comments
Closed

TypeError undefined is not an object (evaluating 'w.isProxied') #8215

GZWZC opened this issue Dec 7, 2020 · 0 comments
Labels
F-react Framework - React T-h5 Target - 编译到 H5 V-3 Version - 3.x

Comments

@GZWZC
Copy link

GZWZC commented Dec 7, 2020

相关平台

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
@taro-bot2 taro-bot2 bot added F-react Framework - React T-h5 Target - 编译到 H5 V-3 Version - 3.x labels Dec 7, 2020
@Chen-jj Chen-jj closed this as completed Oct 28, 2021
@ZakaryCode ZakaryCode added this to H5 Apr 10, 2023
@ZakaryCode ZakaryCode moved this to Done in H5 Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-react Framework - React T-h5 Target - 编译到 H5 V-3 Version - 3.x
Projects
Archived in project
Development

No branches or pull requests

2 participants