Mario Mejia
Mario Mejia
Great! I might finish this in the next week or two, I will tag you when I am done and open for review
I think #11 is related and might solve this issue, but it is highly outdated
Similar issue, in my case I was getting: ``` Expected (This is actually what I was sending, it was pretty confusing) "background-color: rgb(24, 107, 237)" Received: (This is what was...
Alright, I've been dealing with this issue for a few days and found a solution that worked out for me. The TLDR (with some explanatory comments) for the solution is:...
I was just about to open an issue about this when I find it already has been opened, any info or update regarding this?
I see, I will share a bit of code & the issue With FA v5 the following works: ``` const DynamicIcon = ({ iconName, variant }: DynamicIconProps) => { const...