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

fix(devtools): Does not render correctly when title is an object #3340

Merged
merged 3 commits into from
Aug 17, 2022

Conversation

darkmice
Copy link
Contributor

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?

@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #3340 (124299a) into formily_next (b9e5f9a) will not change coverage.
The diff coverage is n/a.

@@              Coverage Diff              @@
##           formily_next    #3340   +/-   ##
=============================================
  Coverage         96.16%   96.16%           
=============================================
  Files               152      152           
  Lines              6573     6573           
  Branches           1777     1835   +58     
=============================================
  Hits               6321     6321           
+ Misses              252      223   -29     
- Partials              0       29   +29     
Impacted Files Coverage Δ
packages/path/src/index.ts 65.25% <0.00%> (ø)
packages/path/src/parser.ts 92.42% <0.00%> (ø)
packages/path/src/shared.ts 50.87% <0.00%> (ø)
packages/vue/src/shared/h.ts 86.48% <0.00%> (ø)
packages/path/src/tokenizer.ts 91.74% <0.00%> (ø)
packages/core/src/models/Field.ts 99.06% <0.00%> (ø)
packages/reactive/src/externals.ts 90.58% <0.00%> (ø)
packages/reactive/src/internals.ts 95.12% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@janryWang janryWang merged commit 4fb8305 into alibaba:formily_next Aug 17, 2022
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