简体   繁体   中英

React.cloneElement { ReactComponent as SomeSVG }

I am trying to get an SVG, which is passed as a prop. After I get it in the child component I want to add some props like that:

{React.cloneElement(ReactSVGasProp, { className: class })}

But I get:

在此处输入图像描述

try to replace ReactSVGasProp with <ReactSVGasProp/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM