icons error has error in console
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?


Thanks.
Can't resolve 'rc-steps/assets/iconfont.css' after upgrading to version 4.0
@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'
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

4.1.3

same problem