Skip to content
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

Fixes null type for renderAvatar prop #2327

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

lsthornt
Copy link
Contributor

@lsthornt lsthornt commented Jan 4, 2023

The renderAvatar prop must accept null as value to prevent issues like #2274.

null was included in the union type of the renderAvatar return value, and thus was not caught by this TS rule

@lsthornt
Copy link
Contributor Author

Is it possible to re-run/remove the CI check? Looks like newer PRs are not facing this issue

@Johan-dutoit Johan-dutoit merged commit b66f373 into FaridSafi:master Jun 12, 2023
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.

3 participants