You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it happened because I moved everything to scope ref, you can try to remove it from the fillStyle function to see if that helps.
Another option would be to have the binding generator generate overloads in the presence of SumTypes, and do the conversion for you. Although there might be some that have a lot of combinations.
Starting from probably
0.2.0-beta.6
this code fails to compile:Compilation error:
This workaround is needed to call
fillStyle
and alike functions:The text was updated successfully, but these errors were encountered: