-
Notifications
You must be signed in to change notification settings - Fork 827
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
Override Union meta #1583
Override Union meta #1583
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Please ping me here when you need another review. Small change and this is good to go!
@erikwrede Thank you for the quick review! I made the change please let me know if I did it correctly. Cheers! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1583 +/- ##
=======================================
Coverage 96.04% 96.05%
=======================================
Files 51 51
Lines 1720 1722 +2
=======================================
+ Hits 1652 1654 +2
Misses 68 68
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! 😊
released in 3.4.2 |
This gives us the option to add our own
_meta
toUnion
Allowing us to implement features such as this