-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[CardMedia] Fix propTypes to allow component
prop
#19790
[CardMedia] Fix propTypes to allow component
prop
#19790
Conversation
@stevenmusumeche Thanks for the update of the prop-types. I'm not sure about the TypeScript update, I believe the types are already supposed to handle the prop. Could you look into the CI fails? :) |
@oliviertassinari I made those changes and everything in CI is passing now except for Azure pipelines: |
No bundle size changes comparing 264684b...7b5a7c6 |
@oliviertassinari thanks for approving. anything else needed from me? |
CardMedia
already supports thecomponent
prop, however, console errors are generated when using it in development mode. This change fixes that warning.