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: Cannot read properties of undefined (reading '__callFunction') #11951

Closed
wzili opened this issue Jun 17, 2022 · 1 comment
Closed
Labels
F-react Framework - React T-rn Target - 编译到 React Native V-3 Version - 3.x

Comments

@wzili
Copy link

wzili commented Jun 17, 2022

相关平台

React Native

使用框架: React

复现步骤

js 代码
yarn
yarn dev:rn
壳 代码
yarn
cd ios
pod install
cd ..
yarn ios

期望结果

正常启动

实际结果

TypeError: Cannot read properties of undefined (reading '__callFunction')
TypeError: Cannot read properties of undefined (reading '__callReactNativeMicrotasks')

环境信息

$ taro info
👽 Taro v3.4.7


  Taro CLI 3.4.7 environment info:
    System:
      OS: macOS 11.4
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 16.1.0 - ~/.nvm/versions/node/v16.1.0/bin/node
      Yarn: 1.22.10 - ~/.nvm/versions/node/v10.21.0/bin/yarn
      npm: 7.11.2 - ~/.nvm/versions/node/v16.1.0/bin/npm
    npmPackages:
      @tarojs/components: 3.4.7 => 3.4.7 
      @tarojs/mini-runner: 3.4.7 => 3.4.7 
      @tarojs/plugin-framework-react: 3.4.7 => 3.4.7 
      @tarojs/react: 3.4.7 => 3.4.7 
      @tarojs/rn-runner: 3.4.12 => 3.4.12 
      @tarojs/runtime: 3.4.7 => 3.4.7 
      @tarojs/taro: 3.4.7 => 3.4.7 
      @tarojs/taro-rn: 3.4.12 => 3.4.12 
      @tarojs/webpack-runner: 3.4.7 => 3.4.7 
      babel-preset-taro: 3.4.7 => 3.4.7 
      eslint-config-taro: 3.4.7 => 3.4.7 
      react: ^17.0.2 => 17.0.2 
      react-native: ^0.67.3 => 0.67.4 

taro-native-shell 0.67.0 版本


补充信息

IOS 启动报错

@taro-bot2 taro-bot2 bot added F-react Framework - React T-rn Target - 编译到 React Native V-3 Version - 3.x labels Jun 17, 2022
@zhiqingchen
Copy link
Member

重复问题 #11760 (comment)

升级到 3.4.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-react Framework - React T-rn Target - 编译到 React Native V-3 Version - 3.x
Projects
None yet
Development

No branches or pull requests

2 participants