-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪟 🔧 Fixed passed props to <CheckBoxControl />
which cause error in console
#20711
🪟 🔧 Fixed passed props to <CheckBoxControl />
which cause error in console
#20711
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Would you mind cleaning up the props type/interface in CheckBoxControl as well? Looks like the |
Sure, I wanted to make a "tiny" fix, but okay will fix that also. 👍 |
…console (#20711) * fixed sourceDefinitionId and destinationDefinitionId * clean up props
What
Fixes passed prop to
<CheckBoxControl />
which cause error in consoleHow
Remove unnecessary passed props to
<CheckBoxControl />
:checkbox
- redundant propmessage={meta.touched && meta.error && formatMessage({ id: meta.error })}
- there is no error message for this type of control