Skip to content

Conversation

antonio06
Copy link
Member

fix onchange event

+ max="255"
+ value={props.color.red}
+ onChange={(event) => props.onColorUpdated(
+ onChange={(event: any) => props.onColorUpdated(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't cast it to any, event already is casted, let's discuss this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants