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
When I pass a function to the onClose prop of the Chip component, TypeScript says that that is not the expected type for that prop, it expects the undefined type.
I believe the error was not due to the update because I had an older version (14.7) and after updating the same error continued. Now I'm on version 14.28.1
Passing the function
Passing undefined value
The text was updated successfully, but these errors were encountered:
When I pass a function to the onClose prop of the Chip component, TypeScript says that that is not the expected type for that prop, it expects the undefined type.
I believe the error was not due to the update because I had an older version (14.7) and after updating the same error continued. Now I'm on version 14.28.1
Passing the function
Passing undefined value
The text was updated successfully, but these errors were encountered: