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
Hey, I had some starting issues to setup the ts properly using your library.
In the end this was the last puzzle piece and I thing the type of the id inside ColorPickerProps shouldn't be null instead it should be a string?
export interface ColorPickerProps extends IroColorPickerOptions {
display?: string;
id?: null; <<<---- shouldn't this be a string?
layout?: ColorPickerLayoutDefinition[] | ColorPickerLayoutShorthand;
colors?: IroColorValue[];
transparency?: boolean;
margin: number;
}
The text was updated successfully, but these errors were encountered:
th1nkgr33n
changed the title
Wrong TS declaration of id
Wrong TS declaration of id at ColorPickerProps
Mar 14, 2023
Hey, I had some starting issues to setup the ts properly using your library.
In the end this was the last puzzle piece and I thing the type of the id inside ColorPickerProps shouldn't be null instead it should be a string?
The text was updated successfully, but these errors were encountered: