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

feat(vue): add injectionCleaner to FormProvider #2449

Merged

Conversation

MisicDemone
Copy link
Collaborator

Before submitting a pull request, please make sure the following is done...

  • Ensure the pull request title and commit message follow the Commit Specific in English.
  • Fork the repo and create your branch from master or formily_next.
  • If you've added code that should be tested, add tests!
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes (npm test).
  • Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

Clear injections out of FormProvider.

@codecov
Copy link

codecov bot commented Nov 18, 2021

Codecov Report

Merging #2449 (12f701a) into formily_next (cd50ad7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           formily_next    #2449   +/-   ##
=============================================
  Coverage         95.50%   95.51%           
=============================================
  Files               140      141    +1     
  Lines              6275     6281    +6     
  Branches           1712     1712           
=============================================
+ Hits               5993     5999    +6     
  Misses              250      250           
  Partials             32       32           
Impacted Files Coverage Δ
packages/vue/src/components/FormProvider.ts 100.00% <100.00%> (ø)
packages/vue/src/hooks/useInjectionCleaner.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cd50ad7...12f701a. Read the comment docs.

@janryWang janryWang merged commit 56c3646 into alibaba:formily_next Nov 18, 2021
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.

2 participants