steps icon indicating copy to clipboard operation
steps copied to clipboard

icons error has error in console

Open pvaritta opened this issue 7 years ago • 4 comments

Hi, I would like to know how to pass 'icons' props in <Step/>. Actually when the status is finish or else is working fine. BUT when status= error, it has error on console and the icons is not correct ( I would like to use the old style as you have) as the screenshot. I send icons props as icons="error" is this correct?

image

image

Thanks.

pvaritta avatar Nov 28 '18 12:11 pvaritta

Can't resolve 'rc-steps/assets/iconfont.css' after upgrading to version 4.0

Manviel avatar Jun 03 '20 08:06 Manviel

@Manviel maybe you can use this in your global css

@import '/node_modules/rc-steps/assets/index.css';
@import '/node_modules/rc-steps/assets/iconfont.css'

wood3n avatar Dec 23 '20 02:12 wood3n

https://github.com/react-component/steps/issues/50#issuecomment-638039568

I have the same symptoms. I tried installing 3.6.0 and rc-steps/assets/iconfont.css was present.

3.6.0 image

4.1.3

image

akamt avatar Jan 06 '21 09:01 akamt

same problem

m-a-h1 avatar May 20 '22 08:05 m-a-h1