color.js icon indicating copy to clipboard operation
color.js copied to clipboard

[types] Fix type errors in codebase

Open MysteryBlokHed opened this issue 7 months ago • 1 comments

Closes #572

Fixes type errors originating from the codebase itself.

In some instances, the logic was changed where it seemed like the type error reflected an actual problem. For example, adding color = Color.get(color) where the signature made it seem as though a function could take ColorTypes, but actually couldn't.

MysteryBlokHed avatar Jun 30 '24 15:06 MysteryBlokHed