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

Simplify types #36

Merged
merged 2 commits into from Oct 8, 2023
Merged

Simplify types #36

merged 2 commits into from Oct 8, 2023

Conversation

compulim
Copy link
Owner

@compulim compulim commented Oct 8, 2023

Changelog

Please copy and paste new entries from CHANGELOG.md here.

Breaking changes

  • No longer accept falsy component type, if falsy is expected, coalesce to <Fragment> instead:
    • Was: wrapWith(undefined)
    • Now: wrapWith(undefined || Fragment)

Removed

  • Removed support of falsy component type, by @compulim, in PR #36

Specific changes

Please list each individual specific change in this pull request.

  • Updated wrapWith to remove support of falsy component
  • Removed falsy component related tests

@compulim compulim marked this pull request as ready for review October 8, 2023 07:19
@compulim compulim merged commit c992a50 into main Oct 8, 2023
5 checks passed
@compulim compulim deleted the feat-simplify branch October 8, 2023 07:23
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.

None yet

1 participant