- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我正在使用 React Native v.43.0-rc.3,当我点击切换按钮时,我的 Android 模拟器出现了这个错误:
undefined is not an object (evaluating 'action.type')
我的切换按钮连接到 /action/index.js
中的函数:
export const toggleUpdateSwitch = (showUpdates) => {
// error goes away when i remove this line below ----+v
AnalyticsTracker.trackEvent({"category": "profile", "action" : "toggle", "label": "section/updates"})
async dispatch => {
ToastAndroid.show(TOGGLE_UPDATES_NO_DATA_MESSAGE, ToastAndroid.LONG, ToastAndroid.CENTER);
const response = await fetch('http://my.url.com/doSomething', { headers, method: 'GET' });
}
}
所以我添加了上面的行 (AnalyticsTracker),这就是我切换时导致错误的原因。有什么想法吗?
模拟器错误截图:
最佳答案
我以前遇到过这样的问题。您必须将跟踪器代码放入异步调度中。根据我的经验,每当我的函数中有异步调度时,如果我在它之外有同步代码,我总是会得到这个错误。我不清楚为什么会这样,但我知道这对我来说已经解决了。
我的理论是,当您执行异步操作时,您将启动一个不同的线程。通过在它之外使用同步代码,主线程上发生了一些事情,但它没有返回任何东西。因此,当你执行 action.type 时,你会得到 undefined is not an object 因为默认情况下我认为 RN 期望返回一个具有 type 属性的对象,但你没有返回任何东西。
关于javascript - React-Native Android 操作错误 : 'undefined is not an object (evaluating ' action. 类型')',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43668894/
我只是有一个更琐碎的问题。 为什么undefined == undefined 返回true,而undefined >= undefined 为false? undefined 等于 undefine
用PHP 7.2编写套接字服务器。根据Firefox 60中的“网络”选项卡,服务器的一些HTTP响应的第一行随机变为undefined undefined undefined。因此,我尝试记录套接字
在 JavaScript 中这是真的: undefined == undefined 但这是错误的: undefined <= undefined 起初我以为<=运算符包含第一个,但我猜它试图将其转换
在回答这个问题 (Difference between [Object, Object] and Array(2)) 时,我在 JavaScript 数组中遇到了一些我以前不知道的东西(具有讽刺意味的
来自https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/of , Note: thi
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
当我添加 到我的 PrimeFaces Mobile 页面,然后我在服务器日志中收到以下警告 WARNING: JSF1064: Unable to find or serve resource, u
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我正在运行 PHP 脚本并继续收到如下错误: Notice: Undefined variable: my_variable_name in C:\wamp\www\mypath\index.php
我是一名优秀的程序员,十分优秀!