React IconTint (canvas) change color dynamically
Is there a way to change colors on <IconTint />
element from react-icon-tint
library dynamically?
I need the color to be changed on isActive
state change but looks like it’s not working as I expected because it uses canvas
element under the hood.