腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
不能
分配给
类型
'
IntrinsicAttributes
(
React.js
和
TypeScript.js
)‘
、
、
我正在尝试在react中创建组件。我处于学习模式。所以,也许我做的完全错了。下面是我的代码 import * as React from 'react' name: string subitem?: IMenu[]menus = [ name: "Home", }, {
浏览 589
提问于2019-12-12
得票数 0
回答已采纳
1
回答
我想把标记组件传递给GoogleMapReact孩子
、
、
使用
类型
记录
和
反应。将标记组件传递给带有子级的GoogleMapReact时,会发生以下错误。如果你知道如何解决这个问题,请告诉我。:{ lat: number;lng: number;};defaultZoom: number;onClick:(e: ClickEventValue) => ClickEventValue;}
不能
分配给
类型
属性‘子“
类型
'
IntrinsicAttributes
& In
浏览 11
提问于2022-04-14
得票数 3
1
回答
组件
IntrinsicAttributes
中的
类型
标错误
、
、
我收到这个错误,“
类型
'{ data: dataProp[];}‘
不能
分配给
'
IntrinsicAttributes
& dataProp’
类型
。'
IntrinsicAttributes
&dataProp‘
类型
上不存在属性'data’。”
浏览 0
提问于2022-09-10
得票数 0
回答已采纳
2
回答
使用useState向子组件传递状态设置器( TypeScript )
、
、
当将useState setter函数传递给子组件时,我很难弄清楚这些
类型
。SetStateAction<string>) } </>
类型
"{ setName:调度;}“
不能
指定键入'
IntrinsicAttributes
& Dispatch<SetStateAction‘属性'se
浏览 4
提问于2022-05-25
得票数 1
1
回答
类型
不能
分配给
IntrinsicAttributes
类型
。
、
、
、
refStickyElement: MutableRefObject<null>; sticky: boolean; posts: TPost[]; }' is not assignable to type '
IntrinsicAttributes
Property 'posts' does not exist on type '
IntrinsicAttributes
& MainProps'.
浏览 9
提问于2022-04-25
得票数 0
1
回答
类型
记录错误:键入“{ onClick:() => void;}”
不能
指定键入“
IntrinsicAttributes
”
、
我对打字很陌生,我很难理解为什么我的代码
不能
工作。
类型
'{ onClick: () => void; }'
不能
分配给
'
IntrinsicAttributes
'
类型
。属性'onClick'不存在于'
IntrinsicAttr
浏览 15
提问于2021-03-13
得票数 3
回答已采纳
2
回答
不可赋值给
类型
IntrinsicAttributes
& IntrinsicClassAttributes
React.js
、
我使用
react.js
已经有一段时间了。最近,我开始看到一个错误,比如:<MyComponent action={this.state.action} /><MyComponent {...props} /> 我想了解一下react中的
IntrinsicAttri
浏览 1
提问于2020-01-29
得票数 15
回答已采纳
1
回答
如何在Nextjs动态导入中键入forwardRef?
、
、
我得到了错误 import type { NextPage } from "next"; import dynamic
浏览 43
提问于2022-09-20
得票数 0
1
回答
无法正确键入下列特殊函数
、
、
我编写了一个特殊的函数,我无法正确地输入(这是预料中的,因为我是TypeScript初学者,甚至是一个
类型
的初学者)。{ } 以下是我试图键入的内容: LayoutComponent: React.ComponentType<LP>, layoutP
浏览 2
提问于2021-03-15
得票数 0
回答已采纳
1
回答
不能
将useRef放在Ant下拉菜单按钮()
、
键入{子元素;ref: MutableRefObject;className: string;overlay: Element;触发器:"click"[];}‘
不能
分配给
键入'
IntrinsicAttributes
ref‘属性不存在于'
IntrinsicAttributes
& DropDownProps &{子代? ReactNode;}’
类型
。下面是两个截图,下拉按钮元素
和
TS错误 我的临时解决方案如下所示,如
浏览 7
提问于2022-03-15
得票数 0
1
回答
类型
'{子:元素;}‘
不能
分配到键入'
IntrinsicAttributes
& ReactNode’
、
、
这里有这个错误:Type error: Type '{ children: Element; }' is not assignable to type '
IntrinsicAttributes
浏览 4
提问于2022-08-19
得票数 -1
回答已采纳
1
回答
使用{...props}
类型
错误时不存在属性“target”
、
、
、
我正在制作一个自定义链接组件,并将target="_blank"
和
rel="noreferrer"作为道具传递,并使用
分配给
<a>的{...props}。</div>} (JSX属性)目标: string '{子结构:字符串;href: string;目标: string;rel: string;}‘
不能
分配到键入'
IntrinsicAttributes
&{ href: st
浏览 2
提问于2022-04-07
得票数 1
回答已采纳
1
回答
键入“{ className: string;}”
不能
指定键入“
IntrinsicAttributes
”
、
“”
类型
'{ className: string;}‘
不能
分配给
键入'
IntrinsicAttributes
’。在
类型
className上不存在属性'className‘。
浏览 3
提问于2022-07-08
得票数 1
1
回答
使用TypeScript:可以用不同的约束子
类型
实例化React
、
、
Pick<IHocPropsType & PropsType, Exclude<keyof PropsType, "name">>
不能
分配给
IntrinsicAttributes
& PropsType: ReactNode; }
类型
。
类型
Pick<IHocPropsType & PropsType, Exclude<keyof PropsType, "name">>
不能
<em
浏览 1
提问于2020-01-11
得票数 5
1
回答
如何使用分组选项设置react-select的值?
、
、
this.industryOptions}></Select> 其中,industryOptions属于以下
类型
浏览 0
提问于2018-11-15
得票数 0
1
回答
如何修正
不能
使用"xx“来键入内部属性
和
道具的错误?
、
我正在收到一个错误,无法找到计数,也
不能
使用react
和
类型
记录将{ count : number;title:string} type
分配给
IntrinsicAttributes
。我有两个组件ParentComponent
和
ChildComponentfunction ParentComponent =
浏览 1
提问于2020-05-12
得票数 1
回答已采纳
1
回答
类型
'MutableRefObject<ForwardRefExoticComponent<TextInputProps & RefAttributes<TextInput>> 000-null>‘
不能
分配给
键入
、
传递ref时,我会得到以下错误: 'MutableRefObject<ForwardRefExoticComponent<TextInputProps & RefAttributes> \ null>‘
类型
不能
分配给
键入键入'MutableRefObject<ForwardRefExoticComponent<TextInputProps & RefAttributes> \\ null>‘
不能
指定键入“刷新对象”。属性“当前”的
类
浏览 4
提问于2022-03-17
得票数 2
3
回答
SafeAreaView ref生成
类型
记录错误
、
、
、
我为WebView提供了其他参考资料,而且它不会失败,只在
分配给
SafeAreaView组件时才会失败。TS2322:键入'{子类:元素;引用: MutableRefObject;样式:{ flex: number;backgroundColor: any;};边沿:(“顶部”、“右”、“左”)[];}‘
不能
指定键入'
IntrinsicAttributes
& ViewProps &{子类?在
类型
'
IntrinsicAttributes
& ViewP
浏览 24
提问于2022-01-25
得票数 0
1
回答
来自可按压TouchableOpacity错误的自定义TypeScript
、
、
、
.;})[]‘
不能
分配到键入'StyleProp \x ((state: PressableStateCallbackType) => StyleProp’)‘。.;})[]‘
不能
分配到
类型
'(state: PressableStateCallbackType) => StyleProp’。不可
分配给
“StyleProp”
类型
。[]“
不能
指定为‘StyleProp Falsy Falsy_ RegisteredStyle>’”。另一种
类型</
浏览 29
提问于2022-08-24
得票数 0
回答已采纳
1
回答
在'IntrincsicAttributes‘
类型
上不存在“.编辑状态”
、
、
、
我得到了一个错误:
类型
“{ editorState: EditorState;onEditorStatChange:(editorState: any) => void;}”
不能
分配给
键入'
IntrinsicAttributes
属性'editorState‘在
类型
'
IntrinsicAttributes
&{子?:ReactNode;}’上不存在。
浏览 0
提问于2022-04-27
得票数 1
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
2020 开发者调查:TypeScript 击败 Python,Scala 最赚钱
尚学堂知识整理:Java char数据类型
2019开发者调查:最受欢迎的语言、技术、框架…是它们!
React v16.4.2 发布,构建用户界面的 JavaScript 库
Python学习第三天:变量类型
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券