腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
TypeError
:_
this.child
(
key
).
get
不是
函数
、
、
、
CreateWorkoutScreen(){ const { exerciseDetails } = global.
get
();这给出了以下错误-
TypeError
: _
this.child
(
key
).
get
is not a function.(In '_
this.child
(
key
).
get
()', '_
th
浏览 8
提问于2021-02-17
得票数 1
1
回答
TypeError
:$.
get
不是
函数
、
我在JavaScript中有一个
函数
。$scope.getBanksyUrl = (data) => { //return theurl here};
TypeError
: $.
get
is not a function at Scope.
浏览 16
提问于2018-02-14
得票数 1
回答已采纳
3
回答
TypeError
: headers[
key
].trim
不是
函数
、
、
、
、
我试图在AWS上执行一个API,这需要一个CORS头,我使用所有的信息进行请求,但是我收到了下一个错误:如果我不发送de,我会收到错误
浏览 0
提问于2020-09-16
得票数 3
回答已采纳
1
回答
TypeError
: obj[
key
].includes
不是
函数
、
、
searchKey: any) { return Object.keys(obj).some((
key
) => { }); }
TypeError
: objkey.includes
不是
函数
必须知
浏览 0
提问于2018-09-05
得票数 2
回答已采纳
2
回答
为什么我的自建Widget的命名参数不能在Flutter中工作?
、
(8.0), child: child)), } final Widget child; }class LowerWidget extends StatelessWidget
浏览 45
提问于2019-11-18
得票数 0
回答已采纳
1
回答
React- createRef() Api - this.child.current为空
、
、
//let ind = this.child.current.getCurrentIndex return( ) } 因此,我在构造
函数
中创建了ref,并将其链接到interpretJson()方法末尾的child component Display,然后在timeOut()
函数</
浏览 3
提问于2018-04-23
得票数 6
1
回答
使用挂钩状态和nextjs的数据转存日期错误
、
、
、
、
Date)} )} </>}; 如果按原样运行,就会得到错误:
TypeError
: Date.prototype.getTime called on incompatible Proxy 41 | return new D
浏览 8
提问于2021-12-23
得票数 1
2
回答
如何在颤振中得到其他类的
函数
?
、
我需要在其他类中获得
函数
(在状态类中),我在第一类上的代码: final Widget child; _SearchState createStateimport 'partials
浏览 0
提问于2019-04-05
得票数 1
1
回答
参数“填充”由于其类型不能具有“空”值,但隐式默认值为“空”。
、
final Widget child; final double width, height; this.padding, this.height, required
this.child
}) : super(
key
:
key
);
浏览 7
提问于2022-04-30
得票数 0
回答已采纳
1
回答
从<view>数组中每个子数组的父级调用方法
、
、
style={styles.fruits}> <Fruit
key
= ref)} ))}并使用按钮调用
函数
:然后在子组件中有onPause()
函数
。编辑: 在
浏览 1
提问于2018-03-28
得票数 0
回答已采纳
2
回答
TypeError
: app.
get
不是
函数
、
、
、
var http = require('http').Server(app) console.log('Listening on port, ' + 3000)} 但当我使用它时,当我删除原型部分时,它会抛出错误
TypeError
: app.
get
is not a function,它是有
浏览 0
提问于2016-11-27
得票数 4
回答已采纳
1
回答
未捕获
TypeError
:$.
get
(...).then
不是
函数
、
、
这是我的代码..我在控制台中收到错误,因为未捕获
TypeError
:$.
get
(...).then
不是
第18行的function..error function updateChat() { $.
get
浏览 1
提问于2017-05-05
得票数 1
1
回答
"
TypeError
: pMap.
get
不是
函数
“
、
使用通用"
TypeError
: pMap.
get
is not a function"编译datatable时出现以下错误import { has,HashMap, map } from '@tempArray=[]; tempArray.forEach(element=>{ } );
浏览 2
提问于2019-11-20
得票数 0
1
回答
TypeError
: map[$_
get
]
不是
函数
,Dart
、
、
、
TypeError
: map[$_
get
] is not a function packages/outlook/src/provider/response.dart 28:19
浏览 6
提问于2022-09-02
得票数 0
1
回答
TypeError
: d[("
get
“+方法)]
不是
函数
、
、
、
、
我有这个错误,我一直在寻找,这可能会发生,因为RBC只观察日期,但仍然不能解决它,我有点新的反应。代码组件: const [allEvents, setAllEvents] = useState([]); ({ sta
浏览 7
提问于2022-11-25
得票数 0
回答已采纳
1
回答
如何在flutter中从自定义控件中获取控件的大小?
const MyWidget(
this.child
}) Widget build(BuildContext context) { } } 我怎么才能做到这一点呢?如果我不需要创建单独的小部件,我该如何做:我创建了GlobalKey并在构造<em
浏览 108
提问于2020-08-10
得票数 2
1
回答
使用不可为空的密钥调用super键
我不太明白如何使用不可为空的键调用超级构造
函数
。 我收到的错误(显然涉及键)是“参数类型'
Key
‘不能分配给参数类型’LocalKey?‘”。 我尝试创建的类以前工作得很好,并且将键设置为可以用'?或者在构造
函数
中将键设置为“required”似乎也不起作用。 class FadeAnimationPage extends Page { FadeAnimationPage({
Key
key
,
this.child
})
浏览 9
提问于2021-04-06
得票数 0
回答已采纳
2
回答
React-Native:从父组件中调用组件内的
函数
、
、
default class Parent extends Component { return ( <Child onRef = {ref => (
this.child
<Button onPress={this.child.testFunc()}></Button> )} 我想知道如何从React Native中的父组件调用子组件中的
函数
我尝试了上面的代码,得到错误"
TypeEr
浏览 15
提问于2020-07-13
得票数 0
回答已采纳
2
回答
NPM start:
TypeError
: ext[
key
].bind
不是
函数
、
、
、
错误绑定
不是
函数
错误继续出现。我遗漏了什么?start DomUtils[
key
] = ext[
key
].bind(DomUtils);
TypeError
: ext[
key
].bind is/lib/helper
浏览 6
提问于2021-03-29
得票数 3
4
回答
无法从本机的父组件调用子组件方法
、
、
TouchableOpacity /> onRef={ref => (
this.child
= ref)} </View> }我得到的错误是"_this2.child.method1
不是
一个
函数
“。我尝试过的其他事情是使用refInput而
不
浏览 0
提问于2019-03-16
得票数 5
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券