-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
feat(react-form): export WithFormProps
type
#1235
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.
It's time for a m-m-m-m-merge! 🚀 Thanks for 1.0.1 😄
View your CI Pipeline Execution ↗ for commit 48ccb9c.
☁️ Nx Cloud last updated this comment at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1235 +/- ##
=========================================
+ Coverage 0 45.51% +45.51%
=========================================
Files 0 13 +13
Lines 0 145 +145
Branches 0 25 +25
=========================================
+ Hits 0 66 +66
- Misses 0 69 +69
- Partials 0 10 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Exports the
WithFormProps
type which is needed in a monorepo setup if you want to export thewithForm
HoC.