gpt4 book ai didi

reactjs - GitHub Primer React组件与Octions的结合使用

转载 作者:行者123 更新时间:2023-12-03 12:27:49 25 4
gpt4 key购买 nike

在下一个示例(由documentation提供)中:

<TextInput ml={4} icon={Search} aria-label="Zipcode" name="zipcode" placeholder="Find user" autoComplete="postal-code" />

我收到此错误:

Type 'FunctionComponent<{}> & { size: [16, 16]; }' is missing the following properties from type 'ReactElement ReactElement Component)>) | (new (props: any) => Component)>': type, props, key



我正在开发一个ElectronJS,React,Typescript应用程序,我想将图标/八位图标添加到TextInput(这是错误的出处)。

关于如何解决此错误的任何想法吗?我没有找到任何解决方案。

提前致谢。

最佳答案

似乎一个错误将在下一个次要版本中修复:
https://github.com/primer/components/pull/808

解决方法,直到发布:

<TextInput icon={Search as any} />

关于reactjs - GitHub Primer React组件与Octions的结合使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61704439/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com