290 made the change to support ColorValue for several props, including dropdownIconColor. However the typing file has the prop's type as ReturnType, which is not the same as ColorValue. This causes an issue as there's a type mismatch between the arg type and what's actually expected.
290 made the change to support ColorValue for several props, including dropdownIconColor. However the typing file has the prop's type as ReturnType, which is not the same as ColorValue. This causes an issue as there's a type mismatch between the arg type and what's actually expected.