-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Export EdiTextProps interface #114
Conversation
With EdiTextProps exported, I can easily create a wrapper component on top of the EdiText, without redeclaring all of the fields.
Deploy preview for react-editext ready! Built with commit 8f67dca |
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
=======================================
Coverage 97.82% 97.82%
=======================================
Files 2 2
Lines 138 138
Branches 70 70
=======================================
Hits 135 135
Misses 3 3 Continue to review full report at Codecov.
|
Ah, nice catch. Thanks for the PR. I will merge this and release a new version to NPM once all checks are passed. @chrisdanek |
@all-contributors please add @chrisdanek for bug fix |
I've put up a pull request to add @chrisdanek! 🎉 |
Hey @chrisdanek , |
Works great, thanks! |
EdiTextProps are no longer exported in the new version. Previously I was able to create a wrapper component on top of the EdiText, without redeclaring all of the fields.