-
-
Notifications
You must be signed in to change notification settings - Fork 49.9k
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: add useConfig hook to ConfigProvider #40215
Conversation
CI failed. Rebase feature to resolve. |
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## feature #40215 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 606 607 +1
Lines 10287 10296 +9
Branches 2789 2789
=========================================
+ Hits 10287 10296 +9
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
OPS. Miss this PR. Seems this need move to |
Ok,I have changed the available version in doc |
Codeball failded with |
Not sure what happen to this CI. I've restart but still failed. Guess need to push some commit to force trigger CI? |
a0b9d51
to
477b7e8
Compare
* feat: add useConfig hook to ConfigProvider * docs: format config-provide markdown * doc: add available version * test: add useConfig test * docs: add debug * chore: fix lint error * fix: getter dead loop * test: promote useConfig test coverage * docs(ConfigProvider): update available version
* feat: add useConfig hook to ConfigProvider * docs: format config-provide markdown * doc: add available version * test: add useConfig test * docs: add debug * chore: fix lint error * fix: getter dead loop * test: promote useConfig test coverage * docs(ConfigProvider): update available version
* feat: add useConfig hook to ConfigProvider * docs: format config-provide markdown * doc: add available version * test: add useConfig test * docs: add debug * chore: fix lint error * fix: getter dead loop * test: promote useConfig test coverage * docs(ConfigProvider): update available version
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
#40025
💡 Background and solution
There are too many Context export from ConfigProvider like ConfigContext or SizeContext, it's not well maintain if need more Context export.
ref #39648
📝 Changelog
☑️ Self-Check before Merge