Hi guys
I'm trying to use a custom property of type Color, in a canvas, in a drawline code, but am getting a wrong type error...
Do I need to convert the custom property value in some way?
I use the custom color property in several CSS styles by trimming the string returned by the props map and adding a "#" to it...
But the drawline uses a paint as color type, and I don't see how to set it from the custom color property!
I'm trying to use a custom property of type Color, in a canvas, in a drawline code, but am getting a wrong type error...
Do I need to convert the custom property value in some way?
I use the custom color property in several CSS styles by trimming the string returned by the props map and adding a "#" to it...
But the drawline uses a paint as color type, and I don't see how to set it from the custom color property!