Skip to content

Commit

Permalink
fix(clerk-js): Destruct new feedback props to avoid prop polluting
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg committed Oct 26, 2023
1 parent 71663c5 commit 8e1959b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ export const InviteMembersForm = (props: InviteMembersFormProps) => {
setError,
setWarning,
setSuccess,
setInfo,
validatePassword,
setHasPassedComplexity,
hasPassedComplexity,
feedback,
feedbackType,
clearFeedback,
...restEmailAddressProps
},
} = emailAddressField;
Expand Down

0 comments on commit 8e1959b

Please sign in to comment.