【eslint】react/no-unstable-nested-components
创始人
2024-06-02 17:44:20
0

eslint报错

[react/no-unstable-nested-components] Declare this component outside parent component “HelpModal” or memoize it. If you want to allow component creation in props, set allowAsProps option to true.
在这里插入图片描述
错误代码:

[gfm]}components={{// 在这里code({ node, inline, className, children, ...props }) {const match = /language-(\w+)/.exec(className || '');return !inline && match ? (String(children).replace(/\n$/, '')}style={dark}language={match[1]}PreTag="div"{...props}/>) : (className} {...props}>{children});},}}
>{helpText}

解决

参考:How to fix ‘eslint-disable-next-line react/no-unstable-nested-components’

将代码抽离出来,并使用useCallback

  const renderCodeMarkdown = useCallback(({ node, inline, className, children, ...props }) => {const match = /language-(\w+)/.exec(className || '');return !inline && match ? (dark} language={match[1]} PreTag="div" {...props}>{String(children).replace(/\n$/, '')}) : (className} {...props}>{children});}, []);[gfm]}components={{// 在这里code: renderCodeMarkdown,}}
>{helpText}

react-markdown官方文档中,有指出components属性的用法,html标签code作为key,不同标签有不同的props
在这里插入图片描述

另一个例子

在使用antd Select组件的dropdownRender属性的时候,如果根据官方文档的写法也会存在eslint校验不通过的情况。

在这里插入图片描述
在这里插入图片描述

所以,同上处理方式,解决如下:

const renderDropdown = useCallback((menu) => {return (<>{menu}{ margin: '8px 0' }} />{ padding: '0 8px 4px' }}>`${t('shark-please-input')} ${t('shark-fe-case-create-start-page')}`}ref={inputRef}value={pagePathName}onChange={(e) => setPagePathName(e.target.value)}/>);},[addPagePathItem, pagePathName, t],
);{ width: 300 }}placeholder={t('shark-fe-case-create-start-page') as string}// 在这里dropdownRender={renderDropdown}options={pagePathOpts}
/>

相关内容

热门资讯

喜欢穿一身黑的男生性格(喜欢穿... 今天百科达人给各位分享喜欢穿一身黑的男生性格的知识,其中也会对喜欢穿一身黑衣服的男人人好相处吗进行解...
发春是什么意思(思春和发春是什... 本篇文章极速百科给大家谈谈发春是什么意思,以及思春和发春是什么意思对应的知识点,希望对各位有所帮助,...
网络用语zl是什么意思(zl是... 今天给各位分享网络用语zl是什么意思的知识,其中也会对zl是啥意思是什么网络用语进行解释,如果能碰巧...
为什么酷狗音乐自己唱的歌不能下... 本篇文章极速百科小编给大家谈谈为什么酷狗音乐自己唱的歌不能下载到本地?,以及为什么酷狗下载的歌曲不是...
华为下载未安装的文件去哪找(华... 今天百科达人给各位分享华为下载未安装的文件去哪找的知识,其中也会对华为下载未安装的文件去哪找到进行解...
怎么往应用助手里添加应用(应用... 今天百科达人给各位分享怎么往应用助手里添加应用的知识,其中也会对应用助手怎么添加微信进行解释,如果能...
家里可以做假山养金鱼吗(假山能... 今天百科达人给各位分享家里可以做假山养金鱼吗的知识,其中也会对假山能放鱼缸里吗进行解释,如果能碰巧解...
一帆风顺二龙腾飞三阳开泰祝福语... 本篇文章极速百科给大家谈谈一帆风顺二龙腾飞三阳开泰祝福语,以及一帆风顺二龙腾飞三阳开泰祝福语结婚对应...
美团联名卡审核成功待激活(美团... 今天百科达人给各位分享美团联名卡审核成功待激活的知识,其中也会对美团联名卡审核未通过进行解释,如果能...
四分五裂是什么生肖什么动物(四... 本篇文章极速百科小编给大家谈谈四分五裂是什么生肖什么动物,以及四分五裂打一生肖是什么对应的知识点,希...